We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741361a commit 15973aeCopy full SHA for 15973ae
src/common/helper.js
@@ -456,7 +456,7 @@ function * checkCreateAccess (authUser, subEntity) {
456
// Check if the User is assigned as the iterative reviewer for the contest
457
const iterativeReviewers = _.filter(currUserRoles, { role: 'Iterative Reviewer' })
458
if (iterativeReviewers.length !== 0) {
459
- 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`)
460
}
461
462
// Check if the User is registered for the contest
0 commit comments