Skip to content

Commit

Permalink
[FIX] 메소드명 변경에 따른 빌드 실패 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tidavid1 committed Feb 27, 2024
1 parent bdecff7 commit e1eef1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void cancel(User tokenUser, boolean projectHasReq) {
validateAvailableCancel(tokenUser);
// 매칭 준비중이지만 요청이 있을때는 잔디력 감소
if (projectHasReq) {
this.creator.decreaseJandiRate();
this.creator.updateJandiRateByCancel();
}
this.projectStatus = ProjectStatus.CANCELED;
}
Expand Down

0 comments on commit e1eef1f

Please sign in to comment.