Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkneen committed Sep 12, 2021
1 parent e7d7732 commit 12477a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reste.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ var main = function () {
http.timeout = args.timeout || config.timeout || 10000;

if (_.has(config, "validatesSecureCertificate")) {
http.validatesSecureCertificate = config.validatesSecureCertificate
http.validatesSecureCertificate = config.validatesSecureCertificate;
}

if (args.url.indexOf("http") >= 0) {
Expand Down Expand Up @@ -577,4 +577,4 @@ var main = function () {
return reste;
};

module.exports = main;
module.exports = main;

0 comments on commit 12477a5

Please sign in to comment.