style(jshint): some style fixes and jshint compatibility improved

This commit is contained in:
Damian Mee 2014-09-04 01:08:41 +02:00
parent 56315ffd34
commit 6b004fdf8e
4 changed files with 21 additions and 22 deletions

View file

@ -6,7 +6,6 @@ var mock = false;
var plugins;
var lamassuConfig;
var config;
module.exports = {
init: init,
@ -58,7 +57,7 @@ function poll(req, res) {
};
if (response.idVerificationEnabled)
response.idVerificationLimit = complianceSettings.idVerificationLimit
response.idVerificationLimit = complianceSettings.idVerificationLimit;
res.json(response);
}