We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8aded commit 9b539eeCopy full SHA for 9b539ee
curriculum/schema/challenge-schema.js
@@ -156,7 +156,7 @@ const schema = Joi.object()
156
otherwise: Joi.optional()
157
}),
158
certification: Joi.string().regex(slugWithSlashRE),
159
- challengeType: Joi.number().min(0).max(26).required(),
+ challengeType: Joi.number().min(0).max(27).required(),
160
checksum: Joi.number(),
161
// TODO: require this only for normal challenges, not certs
162
dashedName: Joi.string().regex(slugRE),
0 commit comments