notify is not req

master
Matthew 2022-03-01 15:22:10 -05:00
parent 3113144340
commit b7e0e0d99d
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export default class Score {
@prop({ required: true })
public other: number;
@prop({ required: true })
@prop()
public notify: boolean;
@prop()