mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 11:21:24 +00:00
Fix typo in error message
This commit is contained in:
parent
082434b83e
commit
58f0c328d9
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ where
|
||||||
|
|
||||||
#[derive(Debug, thiserror::Error)]
|
#[derive(Debug, thiserror::Error)]
|
||||||
pub(crate) enum UploadError {
|
pub(crate) enum UploadError {
|
||||||
#[error("Couln't upload file")]
|
#[error("Couldn't upload file")]
|
||||||
Upload(#[from] actix_form_data::Error),
|
Upload(#[from] actix_form_data::Error),
|
||||||
|
|
||||||
#[error("Error in DB")]
|
#[error("Error in DB")]
|
||||||
|
|
Loading…
Reference in a new issue