Skip to content

Commit

Permalink
Merge pull request #32 from Jeff-SearchPilot/main
Browse files Browse the repository at this point in the history
  • Loading branch information
chelnak authored Mar 6, 2024
2 parents 4b7a305 + c665bb6 commit 3897518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status_cake_exporter/_status_cake.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __paginate_response(
list[dict[str, Any]]
"""
params: DefaultPaginationParameters = {"page": 1, "limit": self.per_page}
args = args | params if args else params
params = args | params if args else params

response = func(**params)
metadata = response["metadata"]
Expand Down

0 comments on commit 3897518

Please # to comment.