We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d07d71d + ea8ee8e commit fc08485Copy full SHA for fc08485
apps/jobboard-backend/src/main/java/org/bounswe/jobboardbackend/exception/ErrorCode.java
@@ -77,7 +77,6 @@ public enum ErrorCode {
77
REQUEST_NOT_FOUND(HttpStatus.NOT_FOUND),
78
REVIEW_NOT_COMPLETED(HttpStatus.CONFLICT),
79
UNAUTHORIZED_REVIEW_ACCESS(HttpStatus.FORBIDDEN),
80
- REVIEW_NOT_FOUND(HttpStatus.NOT_FOUND),
81
REQUEST_ALREADY_PROCESSED(HttpStatus.CONFLICT),
82
MENTOR_UNAVAILABLE(HttpStatus.CONFLICT),
83
ACTIVE_MENTORSHIP_EXIST(HttpStatus.CONFLICT),
0 commit comments