fix typo 'ScoreHostorical'
parent
22d4c98138
commit
769f184669
2
index.ts
2
index.ts
|
@ -22,7 +22,7 @@ export default {
|
||||||
Resolution: gm(MongoDB.Resolution),
|
Resolution: gm(MongoDB.Resolution),
|
||||||
SAA: gm(MongoDB.SAA),
|
SAA: gm(MongoDB.SAA),
|
||||||
Score: gm(MongoDB.Score),
|
Score: gm(MongoDB.Score),
|
||||||
ScoreHistorial: gm(MongoDB.ScoreHistorical),
|
ScoreHistorical: gm(MongoDB.ScoreHistorical),
|
||||||
Staff: gm(MongoDB.Staff),
|
Staff: gm(MongoDB.Staff),
|
||||||
Stat: gm(MongoDB.Stat),
|
Stat: gm(MongoDB.Stat),
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
import { prop } from '@typegoose/typegoose'
|
import { prop } from '@typegoose/typegoose'
|
||||||
|
import { Types } from 'mongoose';
|
||||||
|
|
||||||
export default class ScoreHistorical {
|
export default class ScoreHistorical {
|
||||||
@prop({ required: true })
|
@prop({ required: true })
|
||||||
|
|
Loading…
Reference in New Issue