Skip to content

Commit 423a730

Browse files
committed
chore : 접수 모니터링 수정
1 parent dd43afc commit 423a730

File tree

1 file changed

+1
-1
lines changed
  • apps/Admission-LTS/src/apis/admission

1 file changed

+1
-1
lines changed

apps/Admission-LTS/src/apis/admission/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const sendErrorReport = async (error: AxiosError<any>, requestData: any) => {
1313
endpoint: "/api/v1/applications",
1414
httpMethod: "POST",
1515
httpStatus: error.response?.status || 0,
16-
errorCategory: "CLIENT_ERROR",
16+
errorCategory: "SERVER_ERROR",
1717
errorCode: error.code || "UNKNOWN_ERROR",
1818
message: error.message || "원서 제출 중 오류가 발생했습니다.",
1919
stackTrace: error.stack || "",

0 commit comments

Comments
 (0)