From ccc490c4c4994fb6e63f86a9b918bb50155e6658 Mon Sep 17 00:00:00 2001 From: luying Date: Tue, 21 Feb 2023 18:53:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(gvg):=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E7=94=A8=E5=88=B0=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/db/GVGLeagueFarm.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/db/GVGLeagueFarm.ts b/shared/db/GVGLeagueFarm.ts index 2379ab5d0..1e107f012 100644 --- a/shared/db/GVGLeagueFarm.ts +++ b/shared/db/GVGLeagueFarm.ts @@ -3,7 +3,6 @@ import BaseModel from './BaseModel'; import { index, getModelForClass, prop, DocumentType, } from '@typegoose/typegoose'; import { getFutureTime, nowSeconds } from '../pubUtils/timeUtil'; -import { genCode } from '../pubUtils/util'; import { GVG } from '../pubUtils/dicParam'; import { GVG_RESOURCE_TYPE } from '../consts';