Skip to content

Commit

Permalink
fix(dhis2): invalid params argument
Browse files Browse the repository at this point in the history
  • Loading branch information
yannforget committed May 13, 2024
1 parent 8105666 commit 070379b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhexa/toolbox/dhis2/dhis2.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def organisation_units(self, filter: str = None) -> List[dict]:
org_units = []
for page in self.client.api.get_paged(
"organisationUnits",
params=filter,
params=params,
page_size=1000,
):
page = page.json()
Expand Down

0 comments on commit 070379b

Please sign in to comment.