removed deprecated mongodb useUnifiedTopology options

This commit is contained in:
SPRINX0\prochazka
2024-10-15 12:30:04 +02:00
parent 41a3769c5f
commit dd9790fca5

View File

@@ -66,7 +66,7 @@ const driver = {
} }
const options = { const options = {
useUnifiedTopology: true, // useUnifiedTopology: true, // this options has no longer effect
}; };
if (ssl) { if (ssl) {
options.tls = true; options.tls = true;