Minor syntax error

This commit is contained in:
Kenneth Jao 2016-08-07 15:07:38 -04:00
parent 17106ad3e7
commit eed9a55a90

View File

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