Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 0c968b8

Browse files
committed
Merge pull request #355 from Ghost141/submit_api_update
Fix typo in submit for develop challenge api.
2 parents 6e740dc + c2d1f54 commit 0c968b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/challenges.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ var uploadForDevelopChallenge = function (api, connection, dbConnectionMap, next
15941594
//Note 2 - this will also cover the case of private challenges
15951595
//User will have role Submitter only if the user belongs to group of private challenge and is registered.
15961596
if (!rows[0].is_user_submitter_for_challenge) {
1597-
cb(new ForbiddenError('You cannot submit for this challenge as you are not a Submitter.'));
1597+
cb(new ForbiddenError('You cannot submit for this challenge as you are not a submitter.'));
15981598
return;
15991599
}
16001600

0 commit comments

Comments
 (0)