chore (backend-rs): fix typo
This commit is contained in:
parent
13b648f6bf
commit
3b172a7762
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ use tokio::sync::Mutex;
|
|||
pub enum Error {
|
||||
#[error("Redis cache error: {0}")]
|
||||
CacheErr(#[from] CacheError),
|
||||
#[error("Reqewst error: {0}")]
|
||||
ReqewstErr(#[from] reqwest::Error),
|
||||
#[error("Reqwest error: {0}")]
|
||||
ReqwestErr(#[from] reqwest::Error),
|
||||
#[error("Image decoding error: {0}")]
|
||||
ImageErr(#[from] ImageError),
|
||||
#[error("Image decoding error: {0}")]
|
||||
|
|
Loading…
Reference in a new issue