Skip to content

Commit

Permalink
๐Ÿ“ Modify(#79): ๋น„๋กœ๊ทธ์ธ ์‹œ auth/verify ์š”์ฒญ ํ•œ ๋ฒˆ๋งŒ ๋ณด๋‚ด๊ฒŒ ์„ค์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetree7878 committed Dec 26, 2024
1 parent 41b75cb commit 7caa804
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/features/auth/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ export const authQuery = {
return useQuery({
queryKey: authKeys.verify,
queryFn: authApis.verifyAuth,
staleTime: 0,
gcTime: 0,
retry: false,
});
},
};

0 comments on commit 7caa804

Please sign in to comment.