Linter fixes

This commit is contained in:
2020-08-23 19:51:39 -05:00
parent c5f71f6976
commit a24b03d299
3 changed files with 24 additions and 23 deletions

View File

@ -58,7 +58,7 @@ module.exports = NodeHelper.create({
var self = this;
self.timer = setInterval(function() {
self.doUpdate()
self.doUpdate();
}, self.updateInterval);
}
},