Set error to null once the events are coming again

This commit is contained in:
rejas 2021-05-29 13:22:31 +02:00
parent a68019293f
commit 4a63af0490

View File

@ -140,6 +140,7 @@ Module.register("calendar", {
if (notification === "CALENDAR_EVENTS") {
if (this.hasCalendarURL(payload.url)) {
this.calendarData[payload.url] = payload.events;
this.error = null;
this.loaded = true;
if (this.config.broadcastEvents) {