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

@@ -135,7 +135,7 @@ Module.register("calendar", {
}
} else if (notification === "FETCH_ERROR") {
Log.error("Calendar Error. Could not fetch calendar: " + payload.url);
this.loaded = true
this.loaded = true;
} else if (notification === "INCORRECT_URL") {
Log.error("Calendar Error. Incorrect url: " + payload.url);
} else {