Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 06b9388

Browse files
committed
fix(connection): correct erroneous use of this in helper method
1 parent f47f723 commit 06b9388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/connection/connection.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ function makeSSLConnection(self, _options) {
535535
};
536536

537537
// Merge in options
538-
merge(sslOptions, this.options);
538+
merge(sslOptions, self.options);
539539
merge(sslOptions, _options);
540540

541541
// Set options for ssl

0 commit comments

Comments
 (0)