Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Aug 26, 2024
1 parent 871e8da commit 033dc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/log-url-issues.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function getFileAnchors(path) {
.map((h) => stringToFragment(h));
anchorCache.set(path, headerAnchors);
return headerAnchors;
}
}

function getDeletedSlugs(fromStaging = true) {
let result = "";
Expand Down

0 comments on commit 033dc5b

Please sign in to comment.