mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
resultify
This commit is contained in:
@@ -323,7 +323,7 @@ impl CommandApi {
|
||||
/// I/O must be started for this request to take effect.
|
||||
async fn clear_all_relay_storage(&self, account_id: u32) -> Result<()> {
|
||||
let ctx = self.get_context(account_id).await?;
|
||||
ctx.clear_all_relay_storage().await;
|
||||
ctx.clear_all_relay_storage().await?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user