mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Improve PATCH /users/me performance
This commit is contained in:
parent
625c0abcb7
commit
f3f508cbf1
@ -750,6 +750,7 @@ export const usersCrudHandlers = createLazyProxy(() => createCrudHandlers(usersC
|
||||
where: {
|
||||
tenancyId: auth.tenancy.id,
|
||||
projectUserId: params.user_id,
|
||||
isSelected: BooleanTrue.TRUE,
|
||||
},
|
||||
data: {
|
||||
isSelected: null,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user