Fix some eslint errors from previous merges

This commit is contained in:
Veeck
2019-06-14 14:03:07 +02:00
parent c5383557b5
commit 36400c0a83
6 changed files with 8 additions and 10 deletions

View File

@@ -60,7 +60,7 @@ module.exports = NodeHelper.create({
});
fetcher.onError(function(fetcher, error) {
console.error("Calendar Error. Could not fetch calendar: ", fetcher.url(), error)
console.error("Calendar Error. Could not fetch calendar: ", fetcher.url(), error);
self.sendSocketNotification("FETCH_ERROR", {
url: fetcher.url(),
error: error