Made user profiles optional
This commit is contained in:
@@ -80,6 +80,7 @@ const userSchema = new SimpleSchema({
|
||||
profile: {
|
||||
type: Object,
|
||||
blackbox: true,
|
||||
optional: true,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user