Skip to content

Commit

Permalink
kahluaband#69 Fix: merge conflict 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
woogieon8on committed Nov 16, 2024
1 parent bcfbd1b commit 209929e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public enum ErrorStatus implements BaseCode {
//게시판 에러
IMAGE_NOT_UPLOAD(HttpStatus.BAD_REQUEST, "IMAGE_NOT_UPLOAD", "이미지 업로드 개수를 초과하였습니다."),
POST_NOT_FOUND(HttpStatus.NOT_FOUND, "POST_NOT_FOUND", "존재하지 않는 게시글입니다."),
IMAGE_NOT_UPLOAD(HttpStatus.BAD_REQUEST, "IMAGE_NOT_UPLOAD", "이미지 업로드 개수를 초과하였습니다."),

// 예약 에러
RESERVATION_NOT_FOUND(HttpStatus.NOT_FOUND, "RESERVATION NOT FOUND", "예약내역을 찾을 수 없습니다.");
Expand Down

0 comments on commit 209929e

Please sign in to comment.