Skip to content

Commit

Permalink
fix : ; 위치 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
YunJuwon0825 committed Feb 18, 2025
1 parent 822586e commit d4c3f2f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ public enum ErrorCode {
INVALID_FEEDBACK_FOR_RESUME(HttpStatus.BAD_REQUEST, "FEEDBACK_400", "이력서에 해당하는 피드백이 아닙니다."),

// AIFeedback Error
AIFEEDBACK_NOT_FOUND(HttpStatus.NOT_FOUND, "AIFEEDBACK_404", "AI 피드백을 찾을 수 없습니다.");
AIFEEDBACK_NOT_FOUND(HttpStatus.NOT_FOUND, "AIFEEDBACK_404", "AI 피드백을 찾을 수 없습니다."),
;


private final HttpStatus httpStatus;
Expand Down

0 comments on commit d4c3f2f

Please sign in to comment.