mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 04:28: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 {
|
||||
Some(status) => Ok(HttpResponse::Ok().json(status)),
|
||||
None => Err(Error::NotFound(format!(
|
||||
"Update {} not found",
|
||||
"Update {}",
|
||||
path.update_id
|
||||
)).into()),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user