mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 12:38:55 +01:00
Merge pull request #760 from MarinPostma/typo-update-id
fix typo in error message
This commit is contained in:
commit
18b56c6af8
@ -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