mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
fix(desktop): use public re-export path for ensure_client_node_for_model (#824)
This commit is contained in:
@@ -112,7 +112,7 @@ pub async fn restore_managed_agents_on_launch(
|
|||||||
continue;
|
continue;
|
||||||
};
|
};
|
||||||
if let Err(error) =
|
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)?;
|
persist_restore_error(app, &state, &record.pubkey, error)?;
|
||||||
mesh_preflight_failures.insert(record.pubkey.clone());
|
mesh_preflight_failures.insert(record.pubkey.clone());
|
||||||
|
|||||||
Reference in New Issue
Block a user