Skip to content

Commit

Permalink
[COZY-138] fix: PR Merge 후 실행 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
eple0329 authored Jul 28, 2024
1 parent 5b77f7a commit 92e561f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public enum ErrorStatus implements BaseErrorCode {

// Room
_ROOM_NOT_FOUND(HttpStatus.BAD_REQUEST, "ROOM400", "존재하지 않는 방입니다."),
_ROOM_ALREADY_EXISTS(HttpStatus.BAD_REQUEST, "ROOM409", "이미 활성화 또는 대기 중인 방이 존재합니다.")
_ROOM_ALREADY_EXISTS(HttpStatus.BAD_REQUEST, "ROOM409", "이미 활성화 또는 대기 중인 방이 존재합니다."),

// University 관련 에러
_UNIVERSITY_NOT_FOUND(HttpStatus.BAD_REQUEST,"UNIVERSITY400","대학을 찾을 수 없습니다."),
Expand Down

0 comments on commit 92e561f

Please sign in to comment.