From 230a7d888ca7ec77b23d1aaf9cb1bdd3a2c085a2 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 5 Mar 2023 00:47:17 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20GetFrontInfo=EC=9D=98=20genCount=20?= =?UTF-8?q?=ED=91=9C=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/defs/API/Global.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/ts/defs/API/Global.ts b/hwe/ts/defs/API/Global.ts index 8e934dc4..dcf771ab 100644 --- a/hwe/ts/defs/API/Global.ts +++ b/hwe/ts/defs/API/Global.ts @@ -131,7 +131,7 @@ export type GetFrontInfoResponse = { isLocked: boolean; tournamentType: null | 0 | 1 | 2 | 3; tournamentState: string; - genCount: number; + genCount: [number, number][]; generalCntLimit: number; serverCnt: number; lastVote: VoteInfo | null;