mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Fix left over self reference
This commit is contained in:
parent
daf98c36fc
commit
8ea37a5a45
@ -87,7 +87,7 @@ const CalendarFetcher = function (url, reloadInterval, excludedEvents, maximumEn
|
||||
maximumNumberOfDays
|
||||
});
|
||||
} catch (error) {
|
||||
fetchFailedCallback(self, error.message);
|
||||
fetchFailedCallback(this, error.message);
|
||||
scheduleTimer();
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user