Skip to content

Commit

Permalink
Merge pull request #12 from urdego/feature/#11
Browse files Browse the repository at this point in the history
Feature(#11) : userId말고 nickname으로 응답
  • Loading branch information
oo-ni authored Feb 12, 2025
2 parents b516c20 + 755d42f commit 7413f5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public record RoomPlayersRes(
String roomId,
Status status,
List<String> currentPlayers,
String isHost,
String host,
Map<String, Boolean> readyStatus,
Boolean allReady
) {
Expand Down

0 comments on commit 7413f5f

Please sign in to comment.