mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 18:06:35 +03:00
Resultification
This commit is contained in:
@@ -317,7 +317,7 @@ impl Context {
|
||||
.set_raw_config(key, value)
|
||||
.await
|
||||
.map_err(Into::into);
|
||||
job::schedule_resync(self).await;
|
||||
job::schedule_resync(self).await?;
|
||||
ret
|
||||
}
|
||||
_ => {
|
||||
|
||||
Reference in New Issue
Block a user