mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 13:24:27 +01:00
fix typo in error message
This commit is contained in:
parent
f0822a86e1
commit
6fee7e638c
@ -344,7 +344,7 @@ async fn get_update_status(
|
|||||||
match status {
|
match status {
|
||||||
Some(status) => Ok(HttpResponse::Ok().json(status)),
|
Some(status) => Ok(HttpResponse::Ok().json(status)),
|
||||||
None => Err(Error::NotFound(format!(
|
None => Err(Error::NotFound(format!(
|
||||||
"Update {} not found",
|
"Update {}",
|
||||||
path.update_id
|
path.update_id
|
||||||
)).into()),
|
)).into()),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user