Skip to content

Commit 74dabdc

Browse files
committed
works locally
1 parent a56d7c0 commit 74dabdc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/google.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ export async function getGithubUsersFromGoogle(): Promise<Set<string>> {
3636
projection: 'custom',
3737
fields: 'users(customSchemas/Accounts/github(value)),nextPageToken',
3838
customFieldMask: 'Accounts',
39-
}
40-
if (pageToken) {
41-
params['pageToken'] = pageToken
39+
pageToken: pageToken
4240
}
4341
const userList = await service.users.list(params)
4442
pageToken = userList.data.nextPageToken

0 commit comments

Comments
 (0)