From eed9a55a9074b292a5b40b6d4b21c1c5ae1d9866 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Sun, 7 Aug 2016 15:07:38 -0400 Subject: [PATCH] Minor syntax error --- hourglass/server/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hourglass/server/main.js b/hourglass/server/main.js index c54a701..ae11266 100644 --- a/hourglass/server/main.js +++ b/hourglass/server/main.js @@ -16,7 +16,7 @@ classes.schema = new SimpleSchema({ hour: {type: String}, teacher: {type: String}, name: {type: String, label: "Class Name"}, - status: {type: boolean, defaultValue: false}, + status: {type: Boolean, defaultValue: false}, code: {type: String, optional: true}, privacy: {type: String}, category: {type: String},