Skip to content

Commit

Permalink
🛠️ :: (#656) 리뷰 작성 상태 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyoil2 committed May 28, 2024
1 parent 27f956b commit eb63a5c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public Application reapply(List<ApplicationAttachment> attachments) {

public void checkReviewAuthority() {
if (this.applicationStatus == ApplicationStatus.REQUESTED
|| this.applicationStatus == ApplicationStatus.PROCESSING
|| this.applicationStatus == ApplicationStatus.APPROVED
|| this.applicationStatus == ApplicationStatus.REJECTED) {
throw ApplicationNotFoundException.EXCEPTION;
Expand Down

0 comments on commit eb63a5c

Please sign in to comment.