Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
AviralSingh-code committed Dec 14, 2023
1 parent 216a602 commit c5b5f3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion link-checker/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const siteChecker = new SiteChecker(
console.log(error);
},
"link": (result) => {
console.log(process.env.SLACK_WEBHOOK_URL);
if(result.broken)
{
if(result.http.response && ![undefined, 401, 403, 308, 405].includes(result.http.response.statusCode))
Expand Down

0 comments on commit c5b5f3b

Please sign in to comment.