Skip to content

Commit 8c5b71f

Browse files
author
James Cori
committedApr 15, 2021
Fixing Groups PerPage
1 parent bc0da49 commit 8c5b71f

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)