From 51b0912db73e6244a398e56f793af6bc5036e29b Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 14 Sep 2020 18:26:26 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=86=97=E4=BD=99=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/db/BattleRecord.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/shared/db/BattleRecord.ts b/shared/db/BattleRecord.ts index 2ff819387..2652cb847 100644 --- a/shared/db/BattleRecord.ts +++ b/shared/db/BattleRecord.ts @@ -1,9 +1,5 @@ -import { COUNTER } from '../consts/consts'; -import { CounterModel } from './Counter'; import BaseModel from './BaseModel'; import { index, getModelForClass, prop } from '@typegoose/typegoose'; -import { timeStamp } from 'console'; -import { TimeStamps } from '@typegoose/typegoose/lib/defaultClasses'; @index({ roleId: 1, hid: 1, eid: 1 })