Skip to content

Commit 320de4f

Browse files
committed
chore: remove remaining references
1 parent b3ab267 commit 320de4f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

global.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ declare global {
1616
* of mongodb-client-encryption. Ex: `clientSideEncryption: '>=6.0.1'`
1717
*/
1818
clientSideEncryption?: string | true;
19-
serverless?: 'forbid' | 'allow' | 'require';
2019
auth?: 'enabled' | 'disabled';
2120
idmsMockServer?: true;
2221
nodejs?: string;

test/integration/client-side-operations-timeout/unified-csot-node-specs/command-execution.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"single",
99
"replicaset",
1010
"sharded"
11-
],
12-
"serverless": "forbid"
11+
]
1312
}
1413
],
1514
"createEntities": [

0 commit comments

Comments
 (0)