Skip to content

Commit

Permalink
add email to payload for notify reward
Browse files Browse the repository at this point in the history
  • Loading branch information
ae2079 committed Jul 24, 2024
1 parent e45646a commit d779dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/validators/segmentAndMetadataValidators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ const notifyRewardAmountSegmentSchema = Joi.object({
network: Joi.string().required(),
script: Joi.string().required(),
transactionHash: Joi.string().required(),
email: Joi.string().required(),
});

export const SEGMENT_METADATA_SCHEMA_VALIDATOR: {
Expand Down

0 comments on commit d779dfb

Please sign in to comment.