chore: fix update user

pull/2418/head
Steven 2 years ago
parent 89a073adc0
commit c42af95dd3

@ -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…
Cancel
Save