Skip to content

Commit fc08485

Browse files
authored
Merge pull request #427 from bounswe/feat/426-fix-duplicate-enum
Remove duplicate REVIEW_NOT_FOUND enum constant in ErrorCode
2 parents d07d71d + ea8ee8e commit fc08485

File tree

1 file changed

+0
-1
lines changed
  • apps/jobboard-backend/src/main/java/org/bounswe/jobboardbackend/exception

1 file changed

+0
-1
lines changed

apps/jobboard-backend/src/main/java/org/bounswe/jobboardbackend/exception/ErrorCode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public enum ErrorCode {
7777
REQUEST_NOT_FOUND(HttpStatus.NOT_FOUND),
7878
REVIEW_NOT_COMPLETED(HttpStatus.CONFLICT),
7979
UNAUTHORIZED_REVIEW_ACCESS(HttpStatus.FORBIDDEN),
80-
REVIEW_NOT_FOUND(HttpStatus.NOT_FOUND),
8180
REQUEST_ALREADY_PROCESSED(HttpStatus.CONFLICT),
8281
MENTOR_UNAVAILABLE(HttpStatus.CONFLICT),
8382
ACTIVE_MENTORSHIP_EXIST(HttpStatus.CONFLICT),

0 commit comments

Comments
 (0)