From cdf17322bb3533ea3e26d94776dee3247e6e22d5 Mon Sep 17 00:00:00 2001 From: JANGHYUNn Date: Wed, 24 Jul 2024 14:28:59 +0900 Subject: [PATCH] =?UTF-8?q?user=20profile=20=EC=9C=A0=EC=A7=80=20=EC=A3=BC?= =?UTF-8?q?=EC=84=9D=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/redux/features/account/auth/authThunk.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redux/features/account/auth/authThunk.ts b/src/redux/features/account/auth/authThunk.ts index 93894213..8eea3682 100644 --- a/src/redux/features/account/auth/authThunk.ts +++ b/src/redux/features/account/auth/authThunk.ts @@ -297,7 +297,7 @@ export const checkToken = createAsyncThunk( const { data }: { data: boolean } = await axios.get( '/api/acnt/jwt/valid/token' ); - // thunkAPI.dispatch(checkCookie()); + thunkAPI.dispatch(checkCookie()); return data; } catch (error) { thunkAPI.dispatch(