Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 5, 2024
1 parent 97a739f commit 05c4d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/metascraper-logo-favicon/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ const createFavicon = (
const faviconUrl = logo(`/favicon.${ext}`, { url })
return faviconUrl
? resolveFaviconUrl(faviconUrl, contentTypes, gotOpts).then(
response => response?.url
)
response => response?.url
)
: undefined
}
}
Expand Down

0 comments on commit 05c4d30

Please sign in to comment.