mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 09:41:02 +00:00
ServerError: Fix
This commit is contained in:
parent
6c307aba63
commit
aa120a48f7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import Foundation
|
|||
|
||||
public struct ServerError: Decodable, Error {
|
||||
public let error: String?
|
||||
public var httpCode: Int
|
||||
public var httpCode: Int?
|
||||
}
|
||||
|
||||
extension ServerError: Sendable {}
|
||||
|
|
Loading…
Reference in a new issue