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:
@@ -5,6 +5,8 @@ import { MongoClient } from 'mongodb';
|
||||
import {Assets} from "/imports/api/assets";
|
||||
//import {Roles} from 'alanning/roles';
|
||||
|
||||
// console.log("Setting Up Data Collection...")
|
||||
|
||||
//export const Records = new Mongo.Collection('records');
|
||||
let client;
|
||||
let database;
|
||||
@@ -104,3 +106,5 @@ if (Meteor.isServer) {
|
||||
// },
|
||||
});
|
||||
}
|
||||
|
||||
// console.log("Data Collection setup.")
|
||||
Reference in New Issue
Block a user