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.
2 parents 3d40d40 + 32c59f1 commit 79aeefdCopy full SHA for 79aeefd
src/common/helper.js
@@ -462,7 +462,7 @@ function * checkCreateAccess (authUser, subEntity) {
462
// Check if the User is assigned as the iterative reviewer for the contest
463
const iterativeReviewers = _.filter(currUserRoles, { role: 'Iterative Reviewer' })
464
if (iterativeReviewers.length !== 0) {
465
- throw new errors.HttpStatusError(400, `You cannot create a submission for a challenge while you are a iterative reviewer`)
+ throw new errors.HttpStatusError(400, `You cannot create a submission for a challenge while you are an iterative reviewer`)
466
}
467
468
// Check if the User is registered for the contest
0 commit comments