Skip to content

Commit ca86ba5

Browse files
Merge pull request #96 from topcoder-platform/dev
TCA-564 Release 2.0 -> prod
2 parents 13f6e08 + a14fe44 commit ca86ba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api-server/src/server/boot/challenge.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ export function isValidChallengeCompletion(req, res, next) {
273273
console.debug('solution', solution, !isURL(solution));
274274
return res.status(403).json(isValidChallengeCompletionErrorMsg);
275275
}
276+
276277
return next();
277278
}
278279

0 commit comments

Comments
 (0)