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 399f357 commit 9708920Copy full SHA for 9708920
test/csfle-kms-providers.js
@@ -1,7 +1,5 @@
1
'use strict';
2
3
-const { EJSON } = require('bson');
4
-
5
// TODO(NODE-6685): use secrets manager variables
6
// const csfleKMSProviders = {
7
// "aws": {
@@ -26,7 +24,7 @@ const { EJSON } = require('bson');
26
24
// }
27
25
28
function getCSFLEKMSProviders() {
29
- return JSON.parse(process.env.CSFLE_KMS_PROVIDERS2 ?? '{}')
+ return JSON.parse(process.env.CSFLE_KMS_PROVIDERS2 ?? '{}');
30
}
31
32
const keys = [
0 commit comments