Remove TODO comment

This commit is contained in:
David Zhong 2024-07-13 18:17:17 -07:00
parent 753e50f79d
commit 87cea6bf64

View file

@ -58,7 +58,6 @@ impl AsyncComponent for App {
root: Self::Root, root: Self::Root,
sender: AsyncComponentSender<Self>, sender: AsyncComponentSender<Self>,
) -> AsyncComponentParts<Self> { ) -> AsyncComponentParts<Self> {
// TODO: RPC REFACTOR (Handle Error)
let daemon_client = Arc::new(Mutex::new(daemon::daemon_connect().await.ok())); let daemon_client = Arc::new(Mutex::new(daemon::daemon_connect().await.ok()));
let switch_screen = switch_screen::SwitchScreen::builder() let switch_screen = switch_screen::SwitchScreen::builder()