Made user profiles optional

This commit is contained in:
Thaum Rystra
2020-05-23 12:07:42 +02:00
parent afa641a290
commit 7571806cd0

View File

@@ -80,6 +80,7 @@ const userSchema = new SimpleSchema({
profile: { profile: {
type: Object, type: Object,
blackbox: true, blackbox: true,
optional: true,
}, },
}); });