fix typo 'ScoreHostorical'

master
Matthew 2022-02-28 16:28:56 -05:00
parent 22d4c98138
commit 769f184669
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export default {
Resolution: gm(MongoDB.Resolution),
SAA: gm(MongoDB.SAA),
Score: gm(MongoDB.Score),
ScoreHistorial: gm(MongoDB.ScoreHistorical),
ScoreHistorical: gm(MongoDB.ScoreHistorical),
Staff: gm(MongoDB.Staff),
Stat: gm(MongoDB.Stat),
}

View File

@ -1,4 +1,5 @@
import { prop } from '@typegoose/typegoose'
import { Types } from 'mongoose';
export default class ScoreHistorical {
@prop({ required: true })