Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan committed Oct 19, 2023
1 parent 4121e49 commit b36970f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10833,7 +10833,7 @@ def create_updated_last_run_object(last_run, incidents, fetch_limit, look_back,


def update_last_run_object(last_run, incidents, fetch_limit, start_fetch_time, end_fetch_time, look_back,
created_time_field, id_field, date_format='%Y-%m-%dT%H:%M:%S', increase_last_run_time=False, new_offset = 0):
created_time_field, id_field, date_format='%Y-%m-%dT%H:%M:%S', increase_last_run_time=False, new_offset=0):
"""
Updates the LastRun object with the next fetch time and limit and with the new fetched incident IDs.
Expand Down

0 comments on commit b36970f

Please sign in to comment.