fix: 가오픈 기간에 PageFront에 안오는 정보 수정

This commit is contained in:
2023-03-09 02:48:21 +09:00
parent efc36e223c
commit 4472cd0bdc
2 changed files with 5 additions and 7 deletions
+2 -2
View File
@@ -122,8 +122,8 @@ export type GetFrontInfoResponse = {
lastVoteID: number;
develCost: number;
noticeMsg: number;
onlineNations: string; //TODO: string[]으로 변경
onlineUserCnt: number;
onlineNations: string | null; //TODO: string[]으로 변경
onlineUserCnt: number | null;
apiLimit: number;
auctionCount: number;
isTournamentActive: boolean;