Implement user score

This commit is contained in:
Natsu Kagami 2024-02-13 23:42:55 +01:00 committed by Natsu Kagami
parent 84b13dcef3
commit 07928671e2
3 changed files with 20 additions and 17 deletions

View file

@ -23,7 +23,7 @@ pub use pagination::{paginate, paginate_fn, paginate_reply, paginate_reply_fn, P
pub use async_trait::async_trait;
/// Re-export the anyhow errors
pub use anyhow::{Error, Result};
pub use anyhow::{anyhow as error, bail, Error, Result};
pub use debugging_ok::OkPrint;
/// Re-export useful future and stream utils