Skip to content

Commit 15973ae

Browse files
adjust naming
1 parent 741361a commit 15973ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/helper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ function * checkCreateAccess (authUser, subEntity) {
456456
// Check if the User is assigned as the iterative reviewer for the contest
457457
const iterativeReviewers = _.filter(currUserRoles, { role: 'Iterative Reviewer' })
458458
if (iterativeReviewers.length !== 0) {
459-
throw new errors.HttpStatusError(400, `You cannot create a submission for a challenge while you are a iterative reviewer`)
459+
throw new errors.HttpStatusError(400, `You cannot create a submission for a challenge while you are an iterative reviewer`)
460460
}
461461

462462
// Check if the User is registered for the contest

0 commit comments

Comments
 (0)