Skip to content

Commit

Permalink
hotfix: 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Aug 26, 2024
1 parent 3db9072 commit 1ecaee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void confirm(String id) {

final var resume = currentStudent.getResume();

if (!resume.id().equals(feedback.id())) {
if (!resume.id().equals(feedback.resumeId())) {
throw ForbiddenException.EXCEPTION;
}

Expand Down

0 comments on commit 1ecaee8

Please sign in to comment.