main: fix

This commit is contained in:
Dawid Dziurla 2021-04-02 09:11:00 +02:00 committed by GitHub
parent 0037ae15ac
commit f1b626cfd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ async function main() {
auth: {
user: username,
pass: password,
}
},
tls: ignoreCert ? {
rejectUnauthorized: false
} : undefined