From 12477a5ea6c82bd2f241c2cdbe52ab215e686d3b Mon Sep 17 00:00:00 2001 From: Jason Kneen Date: Sun, 12 Sep 2021 20:34:48 +0100 Subject: [PATCH] formatting --- reste.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reste.js b/reste.js index 1bac01e..b159f08 100644 --- a/reste.js +++ b/reste.js @@ -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) { @@ -577,4 +577,4 @@ var main = function () { return reste; }; -module.exports = main; +module.exports = main; \ No newline at end of file