Skip to content

Commit 023526d

Browse files
committed
refactor(VolunteerApplyStatusChangeService): 더티 체킹 활용
1 parent 5d8f516 commit 023526d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/somemore/volunteerapply/service/VolunteerApplyStatusChangeService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ private void changeApplyStatus(Long id, UUID centerId, ApplyStatus newStatus) {
5050

5151
ApplyStatus oldStatus = apply.getStatus();
5252
apply.changeStatus(newStatus);
53-
volunteerApplyRepository.save(apply);
5453

5554
publishVolunteerApplyStatusChangeEvent(apply, recruitBoard, oldStatus);
5655
}

0 commit comments

Comments
 (0)