Skip to content

Commit

Permalink
resolve compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Kick committed Sep 28, 2023
1 parent 2d7d7eb commit 755cfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Extensions/ErrorResponseExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extension ErrorResponse: CustomStringConvertible {
errorString.append("""
\n\nThe request failed with response code \(error.status) \(error.code)
\(error.title). \(error.detail ?? "")
\(error.title). \(error.detail)
""")
})
return errorString
Expand Down

0 comments on commit 755cfa8

Please sign in to comment.