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:
@@ -7,3 +7,5 @@ import "./sites.js";
|
||||
import "./asset-types.js";
|
||||
import "./assets.js";
|
||||
import "./asset-assignments.js";
|
||||
|
||||
// console.log("Finished setting up server side models.");
|
||||
Reference in New Issue
Block a user