|
@@ -106,7 +106,6 @@ extension Request {
|
|
|
-> Self
|
|
-> Self
|
|
|
{
|
|
{
|
|
|
delegate.queue.addOperationWithBlock {
|
|
delegate.queue.addOperationWithBlock {
|
|
|
-
|
|
|
|
|
let result: Result<T.SerializedObject> = {
|
|
let result: Result<T.SerializedObject> = {
|
|
|
if let error = self.delegate.error {
|
|
if let error = self.delegate.error {
|
|
|
return .Failure(self.delegate.data, error)
|
|
return .Failure(self.delegate.data, error)
|