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 @@
|
||||
* Loads the information from the /private/settings.json file.
|
||||
*/
|
||||
|
||||
console.log("Setting up Google OAuth...");
|
||||
|
||||
try {
|
||||
let settings = Assets.getText('settings.json');
|
||||
|
||||
@@ -48,3 +50,5 @@ ServiceConfiguration.configurations.upsert(
|
||||
}
|
||||
);
|
||||
*/
|
||||
|
||||
console.log("Finished OAuth setup.")
|
||||
Reference in New Issue
Block a user