mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix update user
This commit is contained in:
@ -44,7 +44,6 @@ const useUserV1Store = create<UserV1Store>()((set, get) => ({
|
||||
},
|
||||
updateUser: async (user: Partial<User>, updateMask: string[]) => {
|
||||
const { user: updatedUser } = await userServiceClient.updateUser({
|
||||
username: user.username,
|
||||
user: user,
|
||||
updateMask: updateMask,
|
||||
});
|
||||
|
Reference in New Issue
Block a user