Skip to content

Commit

Permalink
Edit fetchingf
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanRosenboim committed Aug 19, 2024
1 parent fe83ab5 commit 6933f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/clients/jit.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_existing_teams(token: str) -> List[TeamAttributes]:
if not after:
break

params['page'] = after
params['after'] = after
else:
logger.error(
f"Failed to retrieve teams. Status code: {response.status_code}, {response.text}")
Expand Down

0 comments on commit 6933f1c

Please sign in to comment.