Resultification

This commit is contained in:
link2xt
2021-09-18 09:58:28 +00:00
parent 7bb7748b6b
commit 47bf67e658
19 changed files with 459 additions and 547 deletions

View File

@@ -85,7 +85,7 @@ impl MsgId {
context,
Job::new(Action::DownloadMsg, self.to_u32(), Params::new(), 0),
)
.await;
.await?;
}
}
Ok(())