Fix GRPC event.emit permissions

This commit is contained in:
Gregory Schier
2024-05-09 07:45:00 -07:00
parent f16ced534c
commit e33f273d7b
3 changed files with 3 additions and 3 deletions

View File

@@ -259,7 +259,7 @@ async fn cmd_grpc_go(
let method_desc = connection
.method(&service, &method)
.expect("Service not found");
.map_err(|e| e.to_string())?;
#[derive(serde::Deserialize)]
enum IncomingMsg {