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 6301172 commit 882fb56Copy full SHA for 882fb56
source/includes/generated/in-use-encryption/queryable-encryption/node/local/reader/make_data_key.js
@@ -1,5 +1,4 @@
1
-const { MongoClient, Binary } = require("mongodb");
2
-const { ClientEncryption } = require("mongodb-client-encryption");
+const { MongoClient, ClientEncryption } = require("mongodb");
3
4
const keyVaultDatabase = "encryption";
5
const keyVaultCollection = "__keyVault";
0 commit comments