Commit d70510a5 by David Wittman

Fix jshint warnings

parent 7a981d65
......@@ -23,7 +23,8 @@
"outputFormat": true,
"persistResults": true,
"plugins": true,
"slaveOk" : true
"slaveOk" : true,
"connect": true
},
"latedef": true,
"singleGroups": true,
......
......@@ -312,7 +312,7 @@ if(config.persistResults) {
resultsDB = connect(config.resultsDatabase);
}
if (config.resultsUser != null && config.resultsPass != null) {
if (config.resultsUser !== null && config.resultsPass !== null) {
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