Remove useless filters parameter

This commit is contained in:
Kerollmops
2025-06-10 14:05:02 +02:00
parent bbe802c656
commit 4352a924d7
2 changed files with 2 additions and 7 deletions

View File

@ -553,7 +553,6 @@ impl IndexScheduler {
/// And a `Vec` of the workspace_uids
pub fn paginated_chat_workspace_uids(
&self,
_filters: &meilisearch_auth::AuthFilter,
from: usize,
limit: usize,
) -> Result<(usize, Vec<String>)> {