Skip to content

Commit

Permalink
Fixed lint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
parthverma1 committed Jun 14, 2024
1 parent f7b4226 commit 3e635ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function initParams (uri, options, callback) {
}

// Disable flow when running in browser
if(!tls.connect){
if (!tls.connect) {
params.protocolVersion = 'http1'
}

Expand Down

0 comments on commit 3e635ac

Please sign in to comment.