fix: minor

This commit is contained in:
boboiazumi
2025-06-19 21:36:08 +07:00
parent 3dec77bd0a
commit aa52b62ae7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export const usePostLogin = (): UseMutationResult<
mutationFn: async (payload) => await postLogin(payload),
});
};
export const usePostRegister = (): UseMutationResult<
TResponseMessage,
TResponseError,