This commit is contained in:
yamanq 2016-08-09 16:57:45 -04:00
parent 51ab3c27ed
commit 15bdca5b20

View File

@ -20,7 +20,7 @@ classes.schema = new SimpleSchema({
category: {type: String},
moderators: {type: [String], optional: true},
banned: {type: [String], optional: true},
blockEdit: {type: [String], optional: true}
blockEdit: {type: [String], optional: true},
subscribers: {type: Number, optional: true}
});