Skip to content

Commit

Permalink
Remove unnecessary .toRx in ExampleUI.scala (#3265)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Nov 7, 2023
1 parent 8458f1c commit 45fb607
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class MainUI extends RxElement with LogSupport {
debug(s"Sending an RPC request")
rpcClient.HelloApi
.hello(s"RPC ${counter}")
.toRx
.map { resp =>
message := resp
}
Expand Down

0 comments on commit 45fb607

Please sign in to comment.