Fixed syntax errors
This commit is contained in:
parent
0daf6ce48a
commit
f03e93a818
@ -3,7 +3,7 @@ import { Mongo } from 'meteor/mongo';
|
|||||||
|
|
||||||
schools = new Mongo.Collection("Schools");
|
schools = new Mongo.Collection("Schools");
|
||||||
classes = new Mongo.Collection("Classes");
|
classes = new Mongo.Collection("Classes");
|
||||||
homework = new Mongo.Collection("Homework");
|
work = new Mongo.Collection("Work");
|
||||||
|
|
||||||
schools.schema = new SimpleSchema({
|
schools.schema = new SimpleSchema({
|
||||||
name: {type: String},
|
name: {type: String},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user