fix: 가오픈 기간에 PageFront에 안오는 정보 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user