Skip to content

Commit

Permalink
fix: checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ymkim97 committed Dec 2, 2023
1 parent 1d928ab commit 01fcfa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public void exitRoom(Long memberId, Long roomId) {
room.decreaseCurrentUserCount();
return;
}

roomRepository.delete(room);
}

Expand Down

0 comments on commit 01fcfa5

Please sign in to comment.