Skip to content

Commit

Permalink
HOTFIX: memberCount가 업데이트 되지 않은 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
hyxklee committed Aug 13, 2024
1 parent 6fb94fd commit 3ce97d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class Event extends Schedule {

public void update(Update dto, User user) {
this.updateUpperClass(dto, user);
this.memberCount = dto.memberCount();
this.requiredItem = dto.requiredItem();
}
}

0 comments on commit 3ce97d3

Please sign in to comment.