Skip to content

Commit

Permalink
fix(variant_study_service): set task id at None
Browse files Browse the repository at this point in the history
  • Loading branch information
maugde committed Oct 3, 2024
1 parent 31acc52 commit e2156bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ def clear_all_snapshots(self, retention_hours: timedelta, params: t.Optional[Req
snapshot_clearing_task_instance,
task_name,
task_type=TaskType.SNAPSHOT_CLEARING,
ref_id="SNAPSHOT_CLEANING",
ref_id=None,
custom_event_messages=None,
request_params=params,
)
Expand Down

0 comments on commit e2156bb

Please sign in to comment.