Skip to content

Commit

Permalink
Merge pull request #233 from SOPT-all/develop
Browse files Browse the repository at this point in the history
bug: ์บ์‹ฑ์œผ๋กœ ์ธํ•ด ๋ฆฌ๋‹ค์ด๋ ‰ํŒ… ์•ˆ๋˜๋˜ ๋ฒ„๊ทธ ์ˆ˜์ •
  • Loading branch information
ocahs9 authored Jan 26, 2025
2 parents ad8ff46 + c0075ed commit 39a345a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/domain/mypage/hook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const useGetMemberInfo = (nickname?: string) => {
queryFn: () => {
return getMemberInfo(nickname);
},
staleTime: 1000 * 60 * 5,
//staleTime: 1000 * 60 * 5,
});
};

Expand Down

0 comments on commit 39a345a

Please sign in to comment.