Tracked down a bug in a call to MongoDB that failed to ever return. It was trying to remove an index and the call never finished.
This commit is contained in:
@@ -4,6 +4,8 @@ import {Students} from "./students";
|
||||
import {Staff} from "./staff";
|
||||
import { Roles } from 'meteor/alanning:roles';
|
||||
|
||||
// console.log("Setting Up Sites...")
|
||||
|
||||
export const Sites = new Mongo.Collection('sites');
|
||||
|
||||
if (Meteor.isServer) {
|
||||
@@ -36,3 +38,5 @@ Meteor.methods({
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
// console.log("Sites setup.")
|
||||
Reference in New Issue
Block a user