Remove progress from task

This commit is contained in:
Louis Dureuil
2024-11-12 12:23:13 +01:00
parent 6094bb299a
commit 1fcd5f091e
5 changed files with 2 additions and 20 deletions

View File

@ -148,7 +148,6 @@ pub fn snapshot_task(task: &Task) -> String {
enqueued_at: _,
started_at: _,
finished_at: _,
progress: _,
error,
canceled_by,
details,