Skip to content

Commit

Permalink
Merge pull request #19 from mailerlite/hotfix/no-ref/incorrect-functi…
Browse files Browse the repository at this point in the history
…on-params

fix: Fixed incorrect param filtering
  • Loading branch information
igorhrcek authored Jun 28, 2023
2 parents 25a7903 + 719c7d1 commit 5daf523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailerlite/sdk/subscribers.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def list(self, **kwargs):
:rtype: dict
"""

available_params = ["list", "limit", "page"]
available_params = ["filter", "limit", "page"]

params = locals()
query_params = {}
Expand Down

0 comments on commit 5daf523

Please sign in to comment.