Skip to content

Commit

Permalink
[FE] HOTFIX: 중복 내용의 코드(environment) 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jnkeniaem committed Aug 9, 2024
1 parent bed8b53 commit 65f4b2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config
2 changes: 0 additions & 2 deletions frontend/src/Cabinet/api/axios/axios.log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export const logAxiosError = (
api: error.response?.config.url,
httpMethod: error.config?.method?.toUpperCase(),
httpStatusCode: (error.response?.status ?? "").toString(),
environment:
import.meta.env.VITE_IS_LOCAL === "true" ? "local" : "production",
},
level: "error",
extra: { type: type },
Expand Down

0 comments on commit 65f4b2a

Please sign in to comment.