Skip to content

Commit b73cc87

Browse files
author
e.biyik
committed
Use internal error
1 parent 7f53dde commit b73cc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ConvexMobile/ConvexMobile.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ private class SubscriptionAdapter<T: Decodable>: QuerySubscriber {
294294
publisher.send(output)
295295
} catch {
296296
publisher.send(
297-
completion: .failure(ClientError.DecodingError(msg: error.localizedDescription))
297+
completion: .failure(ClientError.InternalError(msg: error.localizedDescription))
298298
)
299299
}
300300
}

0 commit comments

Comments
 (0)