Skip to content

Commit

Permalink
Merge pull request #93 from justindhillon/421
Browse files Browse the repository at this point in the history
Skip 421 code
  • Loading branch information
justindhillon authored Mar 21, 2024
2 parents aa42ec2 + fabd76e commit f08f17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkLink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const axios = require("axios");
const ignoredCodes: Set<number> = new Set([
999,
429,
421,
405,
403,
401
Expand Down

0 comments on commit f08f17a

Please sign in to comment.