diff --git a/crates/services/engine/src/controller/action.rs b/crates/services/engine/src/controller/action.rs index b484a68..1e17731 100644 --- a/crates/services/engine/src/controller/action.rs +++ b/crates/services/engine/src/controller/action.rs @@ -241,7 +241,7 @@ impl<'ccl> ActionController<'ccl> { let _result = self .storage_cli .create("orca", format!("session/{session_id}/{id}.png").as_str(), content.as_slice()) - .await; + .await?; Ok(()) }