Skip to content

Commit

Permalink
chore: address linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep committed Oct 14, 2024
1 parent b46aa0d commit 6fbb3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/scraper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const scrapeNetworkSites = async () => {
icon,
site: site.replace(/^https?:\/\//, "").replace(/\/$/, ""),
name,
isMeta: siteType === "meta_site"
isMeta: siteType === "meta_site",
});
});

Expand Down

0 comments on commit 6fbb3d4

Please # to comment.