fix admin code bug

This commit is contained in:
Yaman Qalieh 2016-10-22 16:10:52 -04:00
parent 9c1936ee0a
commit 59ffa9a756

View File

@ -15,7 +15,7 @@ classes.schema = new SimpleSchema({
teacher: {type: String, optional: true}, teacher: {type: String, optional: true},
admin: {type: String, optional: true}, admin: {type: String, optional: true},
status: {type: Boolean, defaultValue: false}, status: {type: Boolean, defaultValue: false},
code: {type: String, defaultValue: ""}, code: {type: String, optional: true},
privacy: {type: Boolean}, privacy: {type: Boolean},
category: {type: String}, category: {type: String},
moderators: {type: [String], optional: true}, moderators: {type: [String], optional: true},