Skip to content

Commit

Permalink
Retry the check
Browse files Browse the repository at this point in the history
Closes #52
  • Loading branch information
sindresorhus committed Sep 5, 2021
1 parent 4dd216c commit c41cebb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const checkHttp = async (url, timeout) => {
https: {
rejectUnauthorized: false
},
retry: 0,
timeout
});
} catch {
Expand Down

0 comments on commit c41cebb

Please sign in to comment.