Skip to content

Commit

Permalink
Fixes Issue-571: overly aggressive CBP campaign on single object (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomail authored Sep 8, 2023
1 parent dc435c8 commit 4a6afcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zenpy/lib/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,8 @@ def metrics(self, ticket):
"""
return self._query_zendesk(self.endpoint.metrics,
'ticket_metric',
id=ticket)
id=ticket,
cursor_pagination=False)

def metrics_incremental(self, start_time):
"""
Expand Down

0 comments on commit 4a6afcd

Please sign in to comment.