Skip to content

Commit 1844386

Browse files
committed
chore: room.getGameSetting.getQuizId를 room.getQuizId 메서드로 교체
1 parent 12c5b69 commit 1844386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/io/f1/backend/domain/game/app/RoomService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public void reconnectSendResponse(Long roomId, UserPrincipal principal) {
310310
String destination = getDestination(roomId);
311311
String userDestination = getUserDestination();
312312

313-
Long quizId = room.getGameSetting().getQuizId();
313+
Long quizId = room.getQuizId();
314314
Quiz quiz = quizService.findQuizById(quizId);
315315

316316
messageSender.sendBroadcast(

0 commit comments

Comments
 (0)