linted calendarfetcher.js

This commit is contained in:
config 2021-02-21 19:56:02 +01:00
parent 9094240024
commit 5b270b84b4

View File

@ -56,7 +56,7 @@ const CalendarFetcher = function (url, reloadInterval, excludedEvents, maximumEn
var agentOptions = {
rejectUnauthorized: false
};
opts.agentOptions = agentOptions;
opts.agentOptions = agentOptions;
}
if (auth) {