Skip to content

Commit 058b894

Browse files
committed
chore : 체크용 콘솔
1 parent a441bd7 commit 058b894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks/useServerSentEvents.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export const useServerSentEvents = () => {
8181
console.log(event);
8282
const errorEvent = event as unknown as { status?: number };
8383
if (errorEvent.status === 401) {
84+
console.log('401로 인한 리이슈 작업 실행');
8485
callReissue();
8586
closeSSE();
8687
reconnect = setTimeout(connectSSE, 5000);

0 commit comments

Comments
 (0)