Skip to content

Commit 882fb56

Browse files
committed
fix: update ClientEncryption import from mongodb
1 parent 6301172 commit 882fb56

File tree

1 file changed

+1
-2
lines changed
  • source/includes/generated/in-use-encryption/queryable-encryption/node/local/reader

1 file changed

+1
-2
lines changed

source/includes/generated/in-use-encryption/queryable-encryption/node/local/reader/make_data_key.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
const { MongoClient, Binary } = require("mongodb");
2-
const { ClientEncryption } = require("mongodb-client-encryption");
1+
const { MongoClient, ClientEncryption } = require("mongodb");
32

43
const keyVaultDatabase = "encryption";
54
const keyVaultCollection = "__keyVault";

0 commit comments

Comments
 (0)