From 5f9484f303ad479b719aa3e1e3f540983d57deac Mon Sep 17 00:00:00 2001 From: luying Date: Wed, 25 Oct 2023 14:35:56 +0800 Subject: [PATCH] =?UTF-8?q?clear:=20=E5=88=A0=E9=99=A4=E6=9C=AA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/domain/activityField/novemberField.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/domain/activityField/novemberField.ts b/shared/domain/activityField/novemberField.ts index b70c11d83..9192dca20 100644 --- a/shared/domain/activityField/novemberField.ts +++ b/shared/domain/activityField/novemberField.ts @@ -72,7 +72,7 @@ export class NovemberData extends ActivityBase { if (playerData.records) { this.records = playerData?.records || []; for (const data of playerData.records) { - let { todayIndex, isSuccess, hasPass } = data; + let { todayIndex, isSuccess } = data; if (todayIndex == this.todayIndex && isSuccess) this.todayPlayCnt++; if (isSuccess) this.playCnt++; }