database prop typo fix

master
Matthew 2022-03-01 12:37:29 -05:00
parent 2da1064a2f
commit afe03b8012
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
2 changed files with 4 additions and 1 deletions

View File

@ -25,5 +25,8 @@ export default {
ScoreHistorical: gm(MongoDB.ScoreHistorical),
Staff: gm(MongoDB.Staff),
Stat: gm(MongoDB.Stat),
},
constants: {
INQUIRY_TYPE: MongoDB.InqType,
}
}

View File

@ -8,7 +8,7 @@ export enum Severity {
export default class Judgement {
@prop({ required: true })
public jID: string;
public jid: string;
@prop({ required: true })
public userID: string;