We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c14efa commit 2206ea3Copy full SHA for 2206ea3
both/collections/users.js
@@ -31,7 +31,7 @@ Schemas.User = new SimpleSchema({
31
},
32
emails: {
33
type: [Object],
34
- optional: true
+ optional: false
35
36
"emails.$.address": {
37
type: String,
0 commit comments