Skip to content

Commit cb3ebf8

Browse files
committed
fix default notification setting
1 parent a99479d commit cb3ebf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/User.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const UserSchema = new Schema(
1212
},
1313
],
1414
notificationSettings: {
15-
enabled: { type: Boolean, default: false },
15+
enabled: { type: Boolean, default: true },
1616
disableUntil: Date,
1717
newVote: { type: Boolean, default: true },
1818
newPreperation: { type: Boolean, default: false },

0 commit comments

Comments
 (0)