We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2ffa1 commit 04f1001Copy full SHA for 04f1001
1 file changed
churchtools_api/churchtools_api_abstract.py
@@ -36,7 +36,7 @@ def combine_paginated_response_data(
36
logger.debug(
37
"running paginated request for page {} of {}".format(
38
page + 1,
39
- pagination["lastPage"] + 1,
+ pagination["lastPage"],
40
)
41
42
new_param = {"page": page + 1}
0 commit comments