Skip to content

Commit

Permalink
Update client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NohWookJin authored Jan 9, 2024
1 parent 6372dcc commit b44b629
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ client.interceptors.request.use((config) => {
config.headers['Authorization'] = `Bearer ${accessToken}`;
}

console.log(accessToken);

return config;
});

Expand Down

0 comments on commit b44b629

Please sign in to comment.