Skip to content

Commit

Permalink
fix: console.log ์ถ”๊ฐ€ (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 authored Sep 20, 2023
1 parent 3d1fa9c commit cb89ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/apis/getApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const decodeToken = (token: string) => {

async function refreshToken(headers: Headers): Promise<Response> {
if (refreshResponse !== null) {
console.log('if ๋ธ”๋ก ๋‚ด๋ถ€์—์„œ refreshResponse : ', refreshResponse);
return refreshResponse;
}

Expand Down

0 comments on commit cb89ac1

Please sign in to comment.