Skip to content

Commit

Permalink
SOARHELP-2878: Bigfix code
Browse files Browse the repository at this point in the history
  • Loading branch information
ishans-crest committed Feb 12, 2024
1 parent df8733b commit 4860fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciscoise_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def _paginator(self, endpoint, action_result, limit=None):
params["size"] = DEFAULT_MAX_RESULTS

while True:
ret_val, items = self._call_ers_api(endpoint, action_result, param=params)
ret_val, items = self._call_ers_api(endpoint, action_result, params=params)
if phantom.is_fail(ret_val):
self.debug_print("Call to ERS API Failed")
return None
Expand Down

0 comments on commit 4860fde

Please sign in to comment.