We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15be3c3 commit e27fdf9Copy full SHA for e27fdf9
lib/operations/connect.js
@@ -515,7 +515,7 @@ function createUnifiedOptions(finalOptions, options) {
515
'rs_options',
516
'mongos_options'
517
];
518
- const noMerge = ['readconcern', 'compression'];
+ const noMerge = ['readconcern', 'compression', 'autoencryption'];
519
520
for (const name in options) {
521
if (noMerge.indexOf(name.toLowerCase()) !== -1) {
0 commit comments