diff --git a/Sources/_URLRouting/Parsing/ParserPrinter.swift b/Sources/_URLRouting/Parsing/ParserPrinter.swift index 840c3b393a..fd24fdd85a 100644 --- a/Sources/_URLRouting/Parsing/ParserPrinter.swift +++ b/Sources/_URLRouting/Parsing/ParserPrinter.swift @@ -71,7 +71,7 @@ extension ParserPrinter where Input == URLRequestData { values.map { URLQueryItem(name: name, value: $0.map(String.init)) } } } - return try components.string ?? "#route-not-found" + return components.string ?? "#route-not-found" } catch { breakpoint( """