mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
hubspot pagination finsihed
This commit is contained in:
parent
e77654a6e7
commit
a2c4cfedbe
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ class HubSpotClient():
|
|||
"domna_survey_post_sap",
|
||||
"existing_wall_insulation"
|
||||
],
|
||||
limit=20
|
||||
after=after
|
||||
limit=200,
|
||||
after=after,
|
||||
)
|
||||
response = self.client.crm.deals.search_api.do_search(search_request)
|
||||
found_deals.extend(response.results)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue