typo
This commit is contained in:
parent
51ab3c27ed
commit
15bdca5b20
@ -20,7 +20,7 @@ classes.schema = new SimpleSchema({
|
|||||||
category: {type: String},
|
category: {type: String},
|
||||||
moderators: {type: [String], optional: true},
|
moderators: {type: [String], optional: true},
|
||||||
banned: {type: [String], optional: true},
|
banned: {type: [String], optional: true},
|
||||||
blockEdit: {type: [String], optional: true}
|
blockEdit: {type: [String], optional: true},
|
||||||
subscribers: {type: Number, optional: true}
|
subscribers: {type: Number, optional: true}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user