Skip to content

Commit

Permalink
remove replication key logic for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Mar 26, 2024
1 parent 1ff44d3 commit 4d76083
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tap_gohighlevel/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,4 @@ def get_url_params(
params.update(default_params)
if next_page_token:
params.update(parse_qsl(next_page_token.query))
elif self.replication_key and self.get_starting_replication_key_value(context):
params["startAfter"] = self.get_starting_replication_key_value(context)
return params

0 comments on commit 4d76083

Please sign in to comment.