type ask to target as Ident (#2621)

This commit is contained in:
damocles 2026-07-22 18:40:26 +02:00 committed by mara
commit 3df565789c
6 changed files with 12 additions and 3 deletions

View file

@ -222,7 +222,7 @@ pub(crate) async fn dispatch_shared(
options,
*multi,
*ttl_seconds,
to.as_deref(),
to.as_ref().map(hive_types::Ident::as_str),
)
.map_or_else(
|message| hive_core_agent_sock::Response::Err { message },