From 34d4707d58448598969d1ffbce79883b0821f283 Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 11 Sep 2023 15:15:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style(clear):=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=B2=A1=E6=9C=89=E4=BD=BF=E7=94=A8=E7=9A=84=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/db/RougelikeRecord.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/db/RougelikeRecord.ts b/shared/db/RougelikeRecord.ts index d5e5fc26a..068165a88 100644 --- a/shared/db/RougelikeRecord.ts +++ b/shared/db/RougelikeRecord.ts @@ -1,5 +1,4 @@ import { SHOP_REFRESH_TYPE } from '../consts'; -import { gameData } from '../pubUtils/data'; import { getZeroPointOfTimeD } from '../pubUtils/timeUtil'; import BaseModel from './BaseModel'; import { getModelForClass, prop, DocumentType, index } from '@typegoose/typegoose';