fix: fixed release builds
This commit is contained in:
@@ -147,7 +147,7 @@ where
|
||||
cmd_id
|
||||
).parse()?,
|
||||
messages::CommandInvocationResult {
|
||||
result_body: action_result
|
||||
result_body: serde_json::to_string(&action_result)?
|
||||
}
|
||||
)
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user