Skip to content

Commit a733350

Browse files
committed
♻️ 리뷰 반영
1 parent f4000d2 commit a733350

File tree

1 file changed

+1
-1
lines changed
  • backend/src/main/java/io/f1/backend/domain/game/dto

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package io.f1.backend.domain.game.dto;
22

3-
public record Rank(String nickName, int correctCount) {}
3+
public record Rank(String nickname, int correctCount) {}

0 commit comments

Comments
 (0)