diff --git a/checkLink.ts b/checkLink.ts index 049d360..4c60a4d 100644 --- a/checkLink.ts +++ b/checkLink.ts @@ -3,6 +3,7 @@ const axios = require("axios"); const ignoredCodes: Set = new Set([ 999, 429, + 421, 405, 403, 401