Skip to content

Commit

Permalink
Merge pull request TEAM-BEAT#467 from TEAM-BEAT/refactor/TEAM-BEAT#464/…
Browse files Browse the repository at this point in the history
…refresh-token

[HOTFIX/TEAM-BEAT#464] 의존성 배열 빈 값으로 변경
  • Loading branch information
pepperdad authored Dec 18, 2024
2 parents 32f961e + 7186aaa commit 785eeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useTokenRefresher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function TokenRefresher() {
return () => {
instance.interceptors.response.eject(interceptor);
};
}, [navigate, openAlert]);
}, []);

return null;
}

0 comments on commit 785eeff

Please sign in to comment.