mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-04 12:26:19 +00:00
chore: update frontend buf generator
This commit is contained in:
@ -54,7 +54,7 @@ const useUserStore = create<UserState>()((set, get) => ({
|
||||
}
|
||||
|
||||
const { user } = await userServiceClient.getUser({
|
||||
id: Number(id),
|
||||
id: id,
|
||||
});
|
||||
if (!user) {
|
||||
throw new Error("User not found");
|
||||
|
Reference in New Issue
Block a user