清除没有使用的参数

This commit is contained in:
luying
2022-04-25 11:38:32 +08:00
parent 26d98b2514
commit 6e4e06a5dd

View File

@@ -1,7 +1,5 @@
import BaseModel from './BaseModel';
import { index, getModelForClass, prop, DocumentType } from '@typegoose/typegoose';
import { getZeroPointD } from '../pubUtils/timeUtil';
import { SHOP_REFRESH_TYPE } from '../consts';
@index({ serverId: 1, cityId: 1, createdAt: 1 })
export default class GuildActivityCity extends BaseModel {