mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +03:00
typo
This commit is contained in:
@@ -95,7 +95,7 @@ pub async fn imex(
|
|||||||
imex_inner(context, what, path, passphrase)
|
imex_inner(context, what, path, passphrase)
|
||||||
.race(async {
|
.race(async {
|
||||||
ongoing_guard.await;
|
ongoing_guard.await;
|
||||||
Err(format_err!("canceled"))
|
Err(format_err!("cancelled"))
|
||||||
})
|
})
|
||||||
.await
|
.await
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user