Skip to content

Commit

Permalink
Run deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
iacore committed Oct 7, 2024
1 parent 1a3f3a5 commit c09f28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/check_urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export default function (userOptions?: Options) {
if (full_url.origin != url_site.origin) {
return;
}
full_url.hash = '' // doesn't check hash
full_url.search = '' // doesn't check search either
full_url.hash = ""; // doesn't check hash
full_url.search = ""; // doesn't check search either

if (!urls.has(full_url.toString())) {
console.warn(`⛓️‍💥 ${page.data.url} -> ${url}`);
Expand Down

0 comments on commit c09f28b

Please sign in to comment.