Skip to content

Commit a8c1349

Browse files
markgravitysuho
authored andcommitted
[#8] Fix: Unable to access JSONAPIError.source.paramater
1 parent 54776be commit a8c1349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JSONAPIMapper/Models/JSONAPIError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Foundation
99
public struct JSONAPIError: Error, Decodable, Equatable {
1010

1111
public struct Source: Decodable, Equatable {
12-
let parameter: String?
12+
public let parameter: String?
1313
}
1414

1515
public let id: String?

0 commit comments

Comments
 (0)