type ask to target as Ident (#2621)
This commit is contained in:
parent
0ab6b764be
commit
3df565789c
6 changed files with 12 additions and 3 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue