Skip to content

Commit 2f689e3

Browse files
committed
🔀 dev merge
1 parent 20dc276 commit 2f689e3

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/dto/request/QuizChangeRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ public void afterChange(Room room, MessageSender messageSender) {
3636
PlayerListResponse response = toPlayerListResponse(room);
3737

3838
log.info(response.toString());
39-
messageSender.send(destination, MessageType.PLAYER_LIST, response);
39+
messageSender.sendBroadcast(destination, MessageType.PLAYER_LIST, response);
4040
}
4141
}

0 commit comments

Comments
 (0)