We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a03785 + 649bb40 commit d8ca580Copy full SHA for d8ca580
3 files changed
Cartfile
@@ -1,2 +1,2 @@
1
-github "ReactiveX/RxSwift" "5.0.1"
+github "ReactiveX/RxSwift" "5.1.0"
2
github "uber/RIBs" ~> 0.9
Cartfile.resolved
-github "uber/RIBs" "v0.9.2"
+github "uber/RIBs" "v0.9.2"
RIBsTreeViewerClient/Sources/RIBsTreeViewer.swift
@@ -65,7 +65,7 @@ public class RIBsTreeViewerImpl: RIBsTreeViewer {
65
let jsonData = try JSONSerialization.data(withJSONObject: $0)
66
let jsonString = String(bytes: jsonData, encoding: .utf8)!
67
self?.webSocket.send(text: jsonString)
68
- } catch let error {
+ } catch {
69
}
70
})
71
0 commit comments