fixed when auth is needed but not provided

This commit is contained in:
Kenneth Foster 2023-06-09 16:06:33 -04:00
parent f68452c47a
commit 6132a45c7c

View File

@ -430,7 +430,7 @@ exports.redisPingAsync = function (dsn) {
} else {
resolve(res);
}
});
}).catch(error => reject(error));
}
});
});