Skip to content

Commit

Permalink
correct and error message
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Jan 16, 2025
1 parent e7711c5 commit 09fba95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/routes/images.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ enum ImageError {
#[error("database error: {0}")]
DatabaseError(#[from] sqlx::Error),

#[error("source with id {0} not found")]
#[error("image with id {0} not found")]
ImageNotFound(i64),
}

Expand Down

0 comments on commit 09fba95

Please sign in to comment.