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

Commit 262b7ed

Browse files
author
James Cori
committed
Adding pages
1 parent 5661dd5 commit 262b7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/resourceService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ async function deleteAllResourcesForChallenge (challengeId) {
214214

215215
async function getResourcesFromV5API (challengeId, roleId) {
216216
const token = await getM2MToken()
217-
let url = `${config.RESOURCES_API_URL}?challengeId=${challengeId}`
217+
let url = `${config.RESOURCES_API_URL}?challengeId=${challengeId}&perPage=1000`
218218
if (roleId) {
219219
url += `&roleId=${roleId}`
220220
}

0 commit comments

Comments
 (0)