Skip to content

Commit 5daf523

Browse files
authored
Merge pull request #19 from mailerlite/hotfix/no-ref/incorrect-function-params
fix: Fixed incorrect param filtering
2 parents 25a7903 + 719c7d1 commit 5daf523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailerlite/sdk/subscribers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def list(self, **kwargs):
2323
:rtype: dict
2424
"""
2525

26-
available_params = ["list", "limit", "page"]
26+
available_params = ["filter", "limit", "page"]
2727

2828
params = locals()
2929
query_params = {}

0 commit comments

Comments
 (0)