Commit c42af95d authored by Steven's avatar Steven

chore: fix update user

parent 89a073ad
......@@ -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,
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment