mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-27 22:16:29 +00:00
bug(snapshot): Correctly open environments in snapshots
This commit is contained in:
@@ -128,7 +128,6 @@ async fn get_stats(
|
||||
meilisearch: GuardedData<ActionPolicy<{ actions::STATS_GET }>, MeiliSearch>,
|
||||
) -> Result<HttpResponse, ResponseError> {
|
||||
let search_rules = &meilisearch.filters().search_rules;
|
||||
|
||||
let response = meilisearch.get_all_stats(search_rules).await?;
|
||||
|
||||
debug!("returns: {:?}", response);
|
||||
|
||||
Reference in New Issue
Block a user