Skip to content

Commit dea8583

Browse files
committed
Used correct URL
1 parent c2658dc commit dea8583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FaviconFinder/Finders/ICOFaviconFinder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ final class ICOFaviconFinder: FaviconFinderProtocol {
9898

9999
// We created a URL without the subdomains, let's check if there's a valid image there
100100
let baseFaviconUrlData = try await FaviconURLSession.dataTask(
101-
with: faviconUrl,
101+
with: rootURL,
102102
checkForMetaRefreshRedirect: self.configuration.checkForMetaRefreshRedirect
103103
).data
104104

0 commit comments

Comments
 (0)