mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +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)]
|
||||
pub(crate) enum UploadError {
|
||||
#[error("Couln't upload file")]
|
||||
#[error("Couldn't upload file")]
|
||||
Upload(#[from] actix_form_data::Error),
|
||||
|
||||
#[error("Error in DB")]
|
||||
|
|
Loading…
Reference in a new issue