There was an error while loading. Please reload this page.
1 parent 7f53dde commit b73cc87Copy full SHA for b73cc87
Sources/ConvexMobile/ConvexMobile.swift
@@ -294,7 +294,7 @@ private class SubscriptionAdapter<T: Decodable>: QuerySubscriber {
294
publisher.send(output)
295
} catch {
296
publisher.send(
297
- completion: .failure(ClientError.DecodingError(msg: error.localizedDescription))
+ completion: .failure(ClientError.InternalError(msg: error.localizedDescription))
298
)
299
}
300
0 commit comments