Skip to content

Commit 16d6dff

Browse files
committed
chore: add options
1 parent ffb01de commit 16d6dff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client-side-encryption/auto_encrypter.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ export class AutoEncrypter {
239239
this._kmsProviders = options.kmsProviders || {};
240240

241241
const mongoCryptOptions: MongoCryptOptions = {
242+
//@ts-expect-error: not yet in the defs
243+
enableMultipleCollinfo: true,
242244
cryptoCallbacks
243245
};
244246
if (options.schemaMap) {

0 commit comments

Comments
 (0)