Skip to content

Commit

Permalink
Add. temp logging code
Browse files Browse the repository at this point in the history
  • Loading branch information
jee-eun-k committed Aug 11, 2024
1 parent 9736cb3 commit 62ba162
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export const getInstance = (isLoading = true, params?: any): AxiosInstance => {
},
async (error: any): Promise<any> => {
console.log(error)
debugger;
// invalid token error (expired token)
const errorStatusCode = error.response.status;
if (errorStatusCode === 401) {
Expand Down

0 comments on commit 62ba162

Please sign in to comment.