We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da14f94 commit fef22c6Copy full SHA for fef22c6
1 file changed
firefox-ios/Client/Frontend/Reader/SchemeHandler/PageRoute.swift
@@ -18,7 +18,6 @@ final class PageRoute: TinyRoute {
18
init(profile: Profile) {
19
self.profile = profile
20
}
21
-
22
// Always erros our for now, will actually handle in next PR
23
func handle(url: URL, components: URLComponents) async throws -> TinyHTTPReply? {
24
_ = try extractArticleURL(from: components)
0 commit comments