fix admin code bug
This commit is contained in:
parent
9c1936ee0a
commit
59ffa9a756
@ -15,7 +15,7 @@ classes.schema = new SimpleSchema({
|
||||
teacher: {type: String, optional: true},
|
||||
admin: {type: String, optional: true},
|
||||
status: {type: Boolean, defaultValue: false},
|
||||
code: {type: String, defaultValue: ""},
|
||||
code: {type: String, optional: true},
|
||||
privacy: {type: Boolean},
|
||||
category: {type: String},
|
||||
moderators: {type: [String], optional: true},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user