Skip to content

Commit

Permalink
hotfix: 피드백 오류
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Sep 15, 2024
1 parent 4e6282f commit 96a6ef6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public FeedbackModel confirm() {
}

public FeedbackModel reject() {
return new FeedbackModel(id, comment, type, resumeId, status, true, writer);
return new FeedbackModel(id, comment, type, resumeId, FeedbackElementDto.Status.PENDING, true, writer);
}
}

0 comments on commit 96a6ef6

Please sign in to comment.