This commit is contained in:
parent
4f6deaa70b
commit
2342edccc1
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ pub enum ApiError<'a> {
|
|||
#[error("unexpected internal error: {0}")]
|
||||
Internal(#[from] anyhow::Error),
|
||||
|
||||
#[error("database returnede error: {0}")]
|
||||
#[error("database returned error: {0}")]
|
||||
Database(#[from] sqlx::Error),
|
||||
|
||||
#[error("incoming JSON format error: {0}")]
|
||||
|
|
Loading…
Reference in a new issue