Skip to content

Commit 5219352

Browse files
committed
chore: add todos
1 parent c571c16 commit 5219352

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

addon/mongocrypt.cc

+1
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ MongoCrypt::MongoCrypt(const CallbackInfo& info) : ObjectWrap(info) {
578578
mongocrypt_setopt_retry_kms(mongo_crypt(), true);
579579

580580
if (options.Get("enableMultipleCollinfo").ToBoolean()) {
581+
/** TODO(NODE-6793): remove this option and have it always set in the next major */
581582
mongocrypt_setopt_enable_multiple_collinfo(mongo_crypt());
582583
}
583584

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ type MongoCryptConstructorOptions = {
6767
cryptSharedLibSearchPaths?: string[];
6868
cryptSharedLibPath?: string;
6969
bypassQueryAnalysis?: boolean;
70+
/** TODO(NODE-6793): remove this option and have it always set in the next major */
7071
enableMultipleCollinfo?: boolean;
7172
};
7273

0 commit comments

Comments
 (0)