linted calendarfetcher.js

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

View File

@@ -51,12 +51,12 @@ const CalendarFetcher = function (url, reloadInterval, excludedEvents, maximumEn
}, },
gzip: true gzip: true
}; };
if (selfSignedCert) { if (selfSignedCert) {
var agentOptions = { var agentOptions = {
rejectUnauthorized: false rejectUnauthorized: false
}; };
opts.agentOptions = agentOptions; opts.agentOptions = agentOptions;
} }
if (auth) { if (auth) {