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 ffb01de commit 16d6dffCopy full SHA for 16d6dff
src/client-side-encryption/auto_encrypter.ts
@@ -239,6 +239,8 @@ export class AutoEncrypter {
239
this._kmsProviders = options.kmsProviders || {};
240
241
const mongoCryptOptions: MongoCryptOptions = {
242
+ //@ts-expect-error: not yet in the defs
243
+ enableMultipleCollinfo: true,
244
cryptoCallbacks
245
};
246
if (options.schemaMap) {
0 commit comments