Changed Meteor.Collection to Mongo.Collection
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Instances = new Meteor.Collection("instances");
|
||||
Instances = new Mongo.Collection("instances");
|
||||
|
||||
Schemas.Instance = new SimpleSchema({
|
||||
//an instance is a single flow of time all parties in an instance are in-sync time wise
|
||||
|
||||
Reference in New Issue
Block a user