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 9ccf0c1 commit 7295559Copy full SHA for 7295559
src/services/ChallengeService.js
@@ -343,7 +343,7 @@ createChallenge.schema = {
343
legacyId: Joi.number().integer().positive(),
344
forumId: Joi.number().integer().positive(),
345
startDate: Joi.date().required(),
346
- endDate: Joi.date().required(),
+ endDate: Joi.date(),
347
status: Joi.string().valid(_.values(constants.challengeStatuses)).required(),
348
groups: Joi.array().items(Joi.string()), // group names
349
gitRepoURLs: Joi.array().items(Joi.string().uri())
0 commit comments