Skip to content

Commit

Permalink
client.get_venues did not pass in external_id parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndifreke committed Jan 15, 2021
1 parent 8fa74a7 commit 02693f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livestyled/resource_client.py
Expand Up @@ -1008,7 +1008,7 @@ def get_venues(
self,
external_id: str or None = None,
) -> Generator[Venue, None, None]:
return self._get_resource_list(VenueSchema)
return self._get_resource_list(VenueSchema, external_id)

def get_venue(
self,
Expand Down

0 comments on commit 02693f9

Please sign in to comment.