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 88f8096 commit 4c26cd1Copy full SHA for 4c26cd1
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