We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9458952 commit 9fb91cdCopy full SHA for 9fb91cd
Sources/replicate-kit-swift/error/ResponseError.swift
@@ -70,9 +70,7 @@ internal let errorFn : Http.Validate.Status.ErrorFn = {
70
return error
71
}
72
73
- if let error = try? JSONDecoder().decode(ResponseError.self, from: data){
74
- return error
75
- }
+ if let error = try? JSONDecoder().decode(ResponseError.self, from: data){ return error }
76
77
78
0 commit comments