fix: Remove unnecessary jobs.update call

This commit is contained in:
Inex Code 2024-05-01 14:31:05 +03:00
parent 2024ff4865
commit e38b736b60

View file

@ -144,11 +144,4 @@ def start_nix_collect_garbage() -> Job:
calculate_and_clear_dead_paths(job=job)
Jobs.update(
job=job,
status=JobStatus.FINISHED,
status_text="Collect garbage finished",
progress=100,
)
return job