database prop typo fix
parent
2da1064a2f
commit
afe03b8012
3
index.ts
3
index.ts
|
@ -25,5 +25,8 @@ export default {
|
|||
ScoreHistorical: gm(MongoDB.ScoreHistorical),
|
||||
Staff: gm(MongoDB.Staff),
|
||||
Stat: gm(MongoDB.Stat),
|
||||
},
|
||||
constants: {
|
||||
INQUIRY_TYPE: MongoDB.InqType,
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue