Skip to content

Commit

Permalink
fix: Edition is a number now
Browse files Browse the repository at this point in the history
  • Loading branch information
PMax5 committed Feb 16, 2024
1 parent a825877 commit 2334632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/joi.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ let credentials = Joi.object().keys({
exp: Joi.number().required(),
company: Joi.string().required(),
companyName: Joi.string(),
edition: Joi.string().required(),
edition: Joi.number().required(),
iat: Joi.number(),
iss: Joi.string(),
participationDays: Joi.number().required(),
Expand Down

0 comments on commit 2334632

Please sign in to comment.