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 47b90a8 commit 8481ba0Copy full SHA for 8481ba0
src/client-side-encryption/auto_encrypter.ts
@@ -392,7 +392,7 @@ export class AutoEncrypter {
392
promoteLongs: false,
393
proxyOptions: this._proxyOptions,
394
tlsOptions: this._tlsOptions,
395
- socketOptions: autoSelectSocketOptions(this._client.s.options
+ socketOptions: autoSelectSocketOptions(this._client.s.options)
396
});
397
398
return deserialize(await stateMachine.execute(this, context), {
0 commit comments