fix: fixed release builds

This commit is contained in:
Andrew Rioux
2025-02-25 02:22:05 -05:00
parent 43866e1759
commit a0c042832c
32 changed files with 660 additions and 79 deletions

View File

@@ -147,7 +147,7 @@ where
cmd_id
).parse()?,
messages::CommandInvocationResult {
result_body: action_result
result_body: serde_json::to_string(&action_result)?
}
)
.await?;