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.
1 parent 27c1d14 commit 0b79c93Copy full SHA for 0b79c93
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