🐞 fix(稷下学宫): db去除未使用引用
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { SHOP_REFRESH_TYPE } from '../consts';
|
||||
import { getZeroPointOfTimeD } from '../pubUtils/timeUtil';
|
||||
import BaseModel from './BaseModel';
|
||||
import { getModelForClass, prop, DocumentType, index } from '@typegoose/typegoose';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import BaseModel from './BaseModel';
|
||||
import { getModelForClass, prop, DocumentType, index } from '@typegoose/typegoose';
|
||||
|
||||
import { getZeroPoint, getZeroPointD } from '../pubUtils/timeUtil';
|
||||
import { getZeroPointD } from '../pubUtils/timeUtil';
|
||||
import { SHOP_REFRESH_TYPE } from '../consts';
|
||||
|
||||
@index({ roleId: 1, refTime: 1 })
|
||||
|
||||
Reference in New Issue
Block a user