mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Update crates/meilisearch/src/routes/indexes/mod.rs
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
parent
4eae92f411
commit
db676aee73
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ pub async fn list_indexes(
|
|||
) -> Result<HttpResponse, ResponseError> {
|
||||
debug!(parameters = ?paginate, "List indexes");
|
||||
let filters = index_scheduler.filters();
|
||||
dbg!("here");
|
||||
let (total, indexes) =
|
||||
index_scheduler.get_paginated_indexes_stats(filters, *paginate.offset, *paginate.limit)?;
|
||||
dbg!("hore");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue