style(jshint): some style fixes and jshint compatibility improved
This commit is contained in:
parent
56315ffd34
commit
6b004fdf8e
4 changed files with 21 additions and 22 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue