Skip to content

Commit dd43afc

Browse files
committed
chore : 접수 로직 수정
1 parent dd25504 commit dd43afc

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ export const useAdmissionSubmitPost = <T extends IAdmissionRequest>() => {
101101
}, 2000)
102102
} else if (err.response?.status === 400 || err.response?.status === 500 || err.response?.status === 502 || err.response?.status === 503) {
103103
toast.error("일시적으로 처리할 수 없습니다. 다시 시도해 주세요.")
104+
105+
await sendErrorReport(err, variables)
104106
await sendSubmissionReport(
105107
sessionId,
106108
submissionId,

0 commit comments

Comments
 (0)