From b7e0e0d99d07a47488d86bbfa148f8ce2287ddc7 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 1 Mar 2022 15:22:10 -0500 Subject: [PATCH] notify is not req --- mongodb/Score.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongodb/Score.ts b/mongodb/Score.ts index 1e1e15f..74bb021 100644 --- a/mongodb/Score.ts +++ b/mongodb/Score.ts @@ -41,7 +41,7 @@ export default class Score { @prop({ required: true }) public other: number; - @prop({ required: true }) + @prop() public notify: boolean; @prop()