Simplify admin channel type.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-07-02 23:45:02 +00:00
parent fd0082fd2c
commit 7d2d42542c
2 changed files with 34 additions and 19 deletions

View File

@@ -374,7 +374,8 @@ where
{
self.services
.admin
.command(body, Some((pdu.event_id()).into()))?;
.command(body, Some((pdu.event_id()).into()))
.await?;
}
}
},