Skip to content

Commit

Permalink
[COZY-395] fix: findAll로 수정, 필요없는 save 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
suuu0719 committed Nov 26, 2024
1 parent 7bd5d7b commit de3c5e3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ public void quit() {

public void isRoomFull() {
if (numOfArrival == maxMateNum) {
this.status = RoomStatus.ENABLE;
this.enabledAt = LocalDate.now();
enableRoom();
}
}

Expand Down

0 comments on commit de3c5e3

Please sign in to comment.