Remove useless filters parameter

This commit is contained in:
Kerollmops 2025-06-10 14:05:02 +02:00
parent bbe802c656
commit 4352a924d7
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
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>)> {