Skip to content

Commit

Permalink
Merge pull request #469 from HubSpot/feature/updateReadme
Browse files Browse the repository at this point in the history
README: Update CRM object search example.
  • Loading branch information
ksvirkou-hubspot authored Feb 21, 2024
2 parents 9704e87 + f1e26bb commit ffc7fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ const objectSearchRequest: PublicObjectSearchRequest = {
sorts: ["-createdate"],
properties: ["email", "createdate"],
limit: 100,
after: 0,
after: '0',
};

const response = await hubspotClient.crm.contacts.searchApi.doSearch(objectSearchRequest);
Expand Down

0 comments on commit ffc7fcd

Please sign in to comment.