Skip to content

Commit

Permalink
Update refcache.json with final statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Feb 6, 2025
1 parent dedcfd0 commit 431928b
Show file tree
Hide file tree
Showing 2 changed files with 596 additions and 596 deletions.
2 changes: 1 addition & 1 deletion scripts/double-check-refcache-400s.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async function retry400sAndUpdateCache() {
console.log(
`Skipping ${StatusCode}: ${url} (last seen ${lastSeenDate.toLocaleString()}).`,
);
if(parsedUrl.hash) urlWithInvalidFragCount++;
if (parsedUrl.hash) urlWithInvalidFragCount++;
continue;
}

Expand Down
Loading

0 comments on commit 431928b

Please # to comment.