Skip to content

Commit

Permalink
Update Sources/OpenAPIRuntime/URICoder/Decoding/URIValueFromNodeDecod…
Browse files Browse the repository at this point in the history
…er+Single.swift

Co-authored-by: Si Beaumont <[email protected]>
  • Loading branch information
czechboy0 and simonjbeaumont authored Nov 18, 2024
1 parent 9cf9280 commit 78da857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extension URISingleValueDecodingContainer {
guard let value = try value else {
throw DecodingError.valueNotFound(
T.self,
DecodingError.Context.init(
DecodingError.Context(
codingPath: codingPath,
debugDescription: "Value not found.",
underlyingError: nil
Expand Down

0 comments on commit 78da857

Please sign in to comment.