Skip to content

Commit

Permalink
Revert "added propertyMode:value_and_history to request so that prope…
Browse files Browse the repository at this point in the history
…rties_versions comes back on response (#142)" (#144)

This reverts commit c0d9248.
  • Loading branch information
KAllan357 authored Feb 19, 2021
1 parent 6605b00 commit c2d526d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_hubspot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def _sync_contact_vids(catalog, vids, schema, bumble_bee):
if len(vids) == 0:
return

data = request(get_url("contacts_detail"), params={'vid': vids, 'showListMemberships' : True, "formSubmissionMode" : "all", "propertyMode": "value_and_history"}).json()
data = request(get_url("contacts_detail"), params={'vid': vids, 'showListMemberships' : True, "formSubmissionMode" : "all"}).json()
time_extracted = utils.now()
mdata = metadata.to_map(catalog.get('metadata'))

Expand Down

0 comments on commit c2d526d

Please sign in to comment.