Skip to content

Commit

Permalink
Updating get_organizations signature to match the actual payload
Browse files Browse the repository at this point in the history
  • Loading branch information
ohshazbot committed Dec 10, 2024
1 parent 665c797 commit d4013ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onboard/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_users(self) -> List[Dict[str, str]]:
return self.get('/users')

@json
def get_organizations(self) -> Dict[str, Dict[str, str]]:
def get_organizations(self) -> Dict[str, List[Dict[str, str]]]:
return self.get('/organizations')

@json
Expand Down

0 comments on commit d4013ca

Please sign in to comment.