diff --git a/meilisearch-http/src/routes/health.rs b/meilisearch-http/src/routes/health.rs index 4f7795e48..826e8ee02 100644 --- a/meilisearch-http/src/routes/health.rs +++ b/meilisearch-http/src/routes/health.rs @@ -45,14 +45,14 @@ async fn set_unhealthy(data: web::Data) -> Result, - body: web::Json, + body: web::Json, ) -> Result { if body.health { set_healthy(data).await