|
|
|
|
@ -110,6 +110,7 @@ public class Services { |
|
|
|
|
if let apiCallId, let type = (T.self as? any Storable.Type) { |
|
|
|
|
try Store.main.rescheduleApiCall(id: apiCallId, type: type) |
|
|
|
|
} |
|
|
|
|
Logger.log("Failed Run \(request.httpMethod ?? "") \(request.url?.absoluteString ?? "")") |
|
|
|
|
let dataString = String(describing: String(data: task.0, encoding: .utf8)) |
|
|
|
|
throw ServiceError.responseError(response: dataString) |
|
|
|
|
} |
|
|
|
|
|