Skip to content

Commit 9708920

Browse files
lint
1 parent 399f357 commit 9708920

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/csfle-kms-providers.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
'use strict';
22

3-
const { EJSON } = require('bson');
4-
53
// TODO(NODE-6685): use secrets manager variables
64
// const csfleKMSProviders = {
75
// "aws": {
@@ -26,7 +24,7 @@ const { EJSON } = require('bson');
2624
// }
2725

2826
function getCSFLEKMSProviders() {
29-
return JSON.parse(process.env.CSFLE_KMS_PROVIDERS2 ?? '{}')
27+
return JSON.parse(process.env.CSFLE_KMS_PROVIDERS2 ?? '{}');
3028
}
3129

3230
const keys = [

0 commit comments

Comments
 (0)