Linter fixes
This commit is contained in:
@ -58,7 +58,7 @@ module.exports = NodeHelper.create({
|
||||
|
||||
var self = this;
|
||||
self.timer = setInterval(function() {
|
||||
self.doUpdate()
|
||||
self.doUpdate();
|
||||
}, self.updateInterval);
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user