Skip to content

Commit

Permalink
Fixes async continuation error
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Apr 29, 2022
1 parent 82f49fa commit d4c9298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Networking/NetworkingRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public class NetworkingRequest: NSObject {
error.jsonPayload = json
}
continuation.resume(throwing: error)
return
}
}
continuation.resume(returning: data)
Expand Down

0 comments on commit d4c9298

Please sign in to comment.