Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93bbbcb

Browse files
committed
Merge branch 'master' into beta
2 parents 7c40a35 + e4dc9ab commit 93bbbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/api/fauna/members.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const FaunaCreateHandler: NextApiHandler = async (
2222
try {
2323
const response: any = await client.query(
2424
q.Map(
25-
q.Paginate(q.Documents(q.Collection('users')), { size: 100 }),
25+
q.Paginate(q.Documents(q.Collection('users')), { size: 1000 }),
2626
(userRef) => {
2727
return getUserFromUserRef({ ref: userRef, session })
2828
}

0 commit comments

Comments
 (0)