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 4f0c3ba commit 1cff748Copy full SHA for 1cff748
src/services/ChallengeService.js
@@ -1819,7 +1819,7 @@ partiallyUpdateChallenge.schema = {
1819
type: Joi.string().required(),
1820
value: Joi.number().min(0).required()
1821
})).min(1).required()
1822
- }).unknown(true)).min(1),
+ }).unknown(true)),
1823
tags: Joi.array().items(Joi.string().required()).min(1), // tag names
1824
projectId: Joi.number().integer().positive(),
1825
legacyId: Joi.number().integer().positive(),
0 commit comments