Skip to content

Commit 05c4d30

Browse files
committed
fix: linter
1 parent 97a739f commit 05c4d30

File tree

1 file changed

+2
-2
lines changed
  • packages/metascraper-logo-favicon/src

1 file changed

+2
-2
lines changed

packages/metascraper-logo-favicon/src/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ const createFavicon = (
163163
const faviconUrl = logo(`/favicon.${ext}`, { url })
164164
return faviconUrl
165165
? resolveFaviconUrl(faviconUrl, contentTypes, gotOpts).then(
166-
response => response?.url
167-
)
166+
response => response?.url
167+
)
168168
: undefined
169169
}
170170
}

0 commit comments

Comments
 (0)