Skip to content

Commit db32357

Browse files
committed
fix: increase per page count to 200
1 parent af17216 commit db32357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/challenges.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ export async function updateChallengeSkillsApi (challengeId, skills) {
340340
*/
341341
export async function fetchScorecards (filters = {}) {
342342
const query = {
343-
perPage: 100,
343+
perPage: 200,
344344
page: 1,
345345
...filters
346346
}

0 commit comments

Comments
 (0)