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 54776be commit a8c1349Copy full SHA for a8c1349
Sources/JSONAPIMapper/Models/JSONAPIError.swift
@@ -9,7 +9,7 @@ import Foundation
9
public struct JSONAPIError: Error, Decodable, Equatable {
10
11
public struct Source: Decodable, Equatable {
12
- let parameter: String?
+ public let parameter: String?
13
}
14
15
public let id: String?
0 commit comments