Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sharinetmc committed Jan 7, 2025
1 parent 234f058 commit 3ad19f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsons/newmode/newmode.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def converted_request(
endpoint=endpoint,
)
if convert_to_table:
return OAuth2APIConnector.convert_to_table(data=response)
return self.client.convert_to_table(data=response)
else:
return response

Expand Down

0 comments on commit 3ad19f1

Please sign in to comment.