Skip to content

Commit

Permalink
fix: lint 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 committed Sep 27, 2024
1 parent 117ee41 commit 541b0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin/src/atoms/useAuthAtom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const useAuthAtom = () => {
return () => {
window.removeEventListener('storage', handler);
};
}, []);
}, [setAccessToken, setRefreshToken]);

return {
setToken,
Expand Down

0 comments on commit 541b0ac

Please sign in to comment.