From eedc0889fc1b4b3a42c49aae996a770b3ab6f7e4 Mon Sep 17 00:00:00 2001
From: Peter Jaszkowiak
Date: Tue, 9 May 2017 22:08:28 -0600
Subject: [PATCH] Fix failed lint
---
app.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app.js b/app.js
index 0e5b8ff69b..edb8565559 100644
--- a/app.js
+++ b/app.js
@@ -203,7 +203,7 @@ function upgrade() {
// Skip build
tasks.pop();
}
- //disable mongo timeouts during upgrade
+ // disable mongo timeouts during upgrade
nconf.set('mongo:options:socketTimeoutMS', 0);
async.series(tasks, function (err) {
if (err) {