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 })