Skip to content

Commit

Permalink
Remove 'paging_workaround', a leftover from 254c250 (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisLechugaRuiz authored Jun 9, 2024
1 parent d052dc5 commit 54aae4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion atlassian/jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -2439,7 +2439,6 @@ def projects(self, included_archived=None, expand=None):
self._get_paged(
self.resource_url("project/search"),
params,
paging_workaround=True,
)
)
else:
Expand Down

0 comments on commit 54aae4c

Please sign in to comment.