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.
2 parents 27c1d14 + 0b79c93 commit 554a5a5Copy full SHA for 554a5a5
src/services/challenges.js
@@ -404,7 +404,7 @@ class ChallengesService {
404
405
const subParams = {
406
challengeId,
407
- perPage: challenge.numOfSubmissions,
+ perPage: challenge.numOfSubmissions ? challenge.numOfSubmissions : 100,
408
};
409
410
submissions = await this.private.submissionsService.getSubmissions(subParams);
0 commit comments