Skip to content

Commit

Permalink
squash: revert change in https
Browse files Browse the repository at this point in the history
  • Loading branch information
LiviaMedeiros committed May 21, 2022
1 parent b37505e commit 5fea108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/https.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function createConnection(port, host, options) {
} else if (host !== null && typeof host === 'object') {
options = { ...host };
} else if (options === null || typeof options !== 'object') {
options = kEmptyObject;
options = {};
} else {
options = { ...options };
}
Expand Down

0 comments on commit 5fea108

Please sign in to comment.