Skip to content

Commit d4c9298

Browse files
committed
Fixes async continuation error
1 parent 82f49fa commit d4c9298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Networking/NetworkingRequest.swift

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public class NetworkingRequest: NSObject {
135135
error.jsonPayload = json
136136
}
137137
continuation.resume(throwing: error)
138+
return
138139
}
139140
}
140141
continuation.resume(returning: data)

0 commit comments

Comments
 (0)