Skip to content

Commit

Permalink
Merge pull request #75 from Giveth/rebuild
Browse files Browse the repository at this point in the history
Rebuild
  • Loading branch information
mohammadranjbarz authored Feb 25, 2024
2 parents acacac7 + f5f437b commit 46fa351
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adapters/emailAdapter/orttoAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export class OrttoAdapter implements OrttoAdapterInterface{
await axios.request(config);
} catch (e) {
logger.error('orttoActivityCall error', {
error: e,
data
error: JSON.stringify(e),
data: JSON.stringify(data)
});
}
}
Expand Down
1 change: 1 addition & 0 deletions src/validators/schemaValidators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const throwHttpErrorIfJoiValidatorFails = (
throw error;
}
};

export const countUnreadValidator = Joi.object({
walletAddress: Joi.alternatives().try(
Joi.string().required().pattern(ethereumWalletAddressRegex),
Expand Down

0 comments on commit 46fa351

Please sign in to comment.