fix(desktop): use public re-export path for ensure_client_node_for_model (#824)

This commit is contained in:
Will Pfleger
2026-06-02 16:59:05 -04:00
committed by GitHub
parent fb514c8918
commit 2ea3fd88d2
@@ -112,7 +112,7 @@ pub async fn restore_managed_agents_on_launch(
continue;
};
if let Err(error) =
crate::commands::mesh_llm::ensure_client_node_for_model(&state, model_id).await
crate::commands::ensure_client_node_for_model(&state, model_id).await
{
persist_restore_error(app, &state, &record.pubkey, error)?;
mesh_preflight_failures.insert(record.pubkey.clone());