update check active
This commit is contained in:
@@ -65,10 +65,11 @@ def get_task_components(task_id: str) -> dict:
|
||||
"progress": item["progress"],
|
||||
"currentStep": item["current_step"],
|
||||
"errorMessage": item["error_message"],
|
||||
"serviceCheckStatus": item["service_check_status"],
|
||||
"serviceChecks": item["service_checks"],
|
||||
"startedAt": item["started_at"],
|
||||
"finishedAt": item["finished_at"],
|
||||
}
|
||||
for item in repository.get_task_components(task_id)
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user