main: fix

This commit is contained in:
Dawid Dziurla
2021-04-02 09:11:00 +02:00
committed by GitHub
parent 0037ae15ac
commit f1b626cfd4

View File

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