Commit d70510a5 by David Wittman

Fix jshint warnings

parent 7a981d65
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
"outputFormat": true, "outputFormat": true,
"persistResults": true, "persistResults": true,
"plugins": true, "plugins": true,
"slaveOk" : true "slaveOk" : true,
"connect": true
}, },
"latedef": true, "latedef": true,
"singleGroups": true, "singleGroups": true,
......
...@@ -312,7 +312,7 @@ if(config.persistResults) { ...@@ -312,7 +312,7 @@ if(config.persistResults) {
resultsDB = connect(config.resultsDatabase); resultsDB = connect(config.resultsDatabase);
} }
if (config.resultsUser != null && config.resultsPass != null) { if (config.resultsUser !== null && config.resultsPass !== null) {
resultsDB.auth(config.resultsUser, config.resultsPass); resultsDB.auth(config.resultsUser, config.resultsPass);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment