Skip to content

Commit

Permalink
remove: 사용하지 않는 에러 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomo committed Jan 9, 2024
1 parent 452a25f commit 7d7f513
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ public enum ErrorCode {
HttpStatus.BAD_REQUEST, "미션 기록의 이미지 업로드 상태가 NONE이 아닙니다."),
MISSION_RECORD_UPLOAD_STATUS_IS_NOT_PENDING(
HttpStatus.BAD_REQUEST, "미션 기록의 이미지 업로드 상태가 PENDING이 아닙니다."),
MISSION_RECORD_UPLOAD_STATUS_ALREADY_COMPLETED(
HttpStatus.BAD_REQUEST, "미션 기록의 이미지 업로드 상태가 이미 완료되어있습니다."),
;

private final HttpStatus status;
Expand Down

0 comments on commit 7d7f513

Please sign in to comment.