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 1f056d0 commit 36db2abCopy full SHA for 36db2ab
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