Skip to content

Commit

Permalink
Don't fetch group membership while listing users
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed Nov 29, 2023
1 parent a4de73d commit 11e083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-client/src/graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const graph = (baseURI: string, axiosClient: AxiosInstance): Graph => {
filter,
new Set<any>([orderBy]),
new Set<any>([]),
new Set<any>(['memberOf', 'appRoleAssignments'])
new Set<any>(['appRoleAssignments'])
),
createUserAppRoleAssignment: (userId: string, appRoleAssignment: AppRoleAssignment) =>
userAppRoleAssignmentApiFactory.userCreateAppRoleAssignments(userId, appRoleAssignment),
Expand Down

0 comments on commit 11e083c

Please sign in to comment.