🌈 style(clear): 清理未使用的参数

This commit is contained in:
luying
2023-02-17 10:58:46 +08:00
parent b37b74cfac
commit 1f083dc0fa
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// 征战中原对手锁
import BaseModel from './BaseModel';
import { index, getModelForClass, prop, DocumentType } from '@typegoose/typegoose';
import { getZeroPoint, nowSeconds } from '../pubUtils/timeUtil';
import { getZeroPoint } from '../pubUtils/timeUtil';
import { GVG } from '../pubUtils/dicParam';
@index({ day: 1, groupId: 1, vestigeId: 1, rank: 1 })