Skip to content

Commit

Permalink
Set object parser on Cursor when executing a request (#636)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #636

Reviewed By: mengxuanzhangz

Differential Revision: D54614769

Pulled By: stcheng

fbshipit-source-id: d7f3b53a6a167ef993ab613e4931a401dfbc49e3
  • Loading branch information
guschnwg authored and facebook-github-bot committed Mar 7, 2024
1 parent 2c7166d commit bec04ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions facebook_business/api.py
Expand Up @@ -659,6 +659,7 @@ def execute(self):
api=self._api,
node_id=self._node_id,
endpoint=self._endpoint,
object_parser=self._response_parser,
)
cursor.load_next_page()
return cursor
Expand Down

0 comments on commit bec04ac

Please sign in to comment.