From 15bdca5b20577bf70ee03feeb5035319de94a6cd Mon Sep 17 00:00:00 2001 From: yamanq Date: Tue, 9 Aug 2016 16:57:45 -0400 Subject: [PATCH] typo --- hourglass/collections/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hourglass/collections/main.js b/hourglass/collections/main.js index 57a4efd..97f810f 100644 --- a/hourglass/collections/main.js +++ b/hourglass/collections/main.js @@ -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} });