mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-24 10:21:15 +01:00
Fix GRPC event.emit permissions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user