mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Remove useless filters parameter
This commit is contained in:
parent
bbe802c656
commit
4352a924d7
2 changed files with 2 additions and 7 deletions
|
@ -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>)> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue