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},