From 3e635ac34306cab0887144db19a9e1d934ccfdf5 Mon Sep 17 00:00:00 2001 From: Parth Verma Date: Thu, 13 Jun 2024 23:00:22 -0700 Subject: [PATCH] Fixed lint tests --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c011b77ea..b079a3408 100755 --- a/index.js +++ b/index.js @@ -47,7 +47,7 @@ function initParams (uri, options, callback) { } // Disable flow when running in browser - if(!tls.connect){ + if (!tls.connect) { params.protocolVersion = 'http1' }