chore (backend-rs): fix typo

This commit is contained in:
naskya 2024-04-26 01:30:16 +09:00
parent 13b648f6bf
commit 3b172a7762
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -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}")]