Skip to content

Commit 10b592d

Browse files
authored
Merge pull request #411 from topcoder-platform/feature/pagingHotfix
PROD : Fixing Groups PerPage
2 parents bc0da49 + 8c5b71f commit 10b592d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/helper.js

+1
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ async function getUserGroups (userId) {
477477
headers: { Authorization: `Bearer ${token}` },
478478
params: {
479479
page,
480+
perPage: 1000,
480481
memberId: userId,
481482
membershipType: 'user'
482483
}

0 commit comments

Comments
 (0)