Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
sharinetmc committed Dec 13, 2024
1 parent 20c78fa commit b6ca07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsons/zoom/zoom.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _get_request(self, endpoint, data_key=None, params=None, **kwargs):

r = self.client.get_request(endpoint, params=params, **kwargs)
self.client.data_key = data_key
data = self.client.data_parse(r) if data_key else r
data = self.client.data_parse(r)

if not params:
params = {}
Expand Down

0 comments on commit b6ca07e

Please sign in to comment.