Simplify admin channel type.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -374,7 +374,8 @@ where
|
||||
{
|
||||
self.services
|
||||
.admin
|
||||
.command(body, Some((pdu.event_id()).into()))?;
|
||||
.command(body, Some((pdu.event_id()).into()))
|
||||
.await?;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user