mirror of
https://github.com/usememos/memos.git
synced 2025-12-09 13:46:24 +08:00
chore: fix update user
This commit is contained in:
parent
89a073adc0
commit
c42af95dd3
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue