Skip to content

Commit f60dc10

Browse files
committed
Fix key
1 parent 722cbbe commit f60dc10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scheduler/app/flask_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def list_runs():
442442

443443
runs = [r.to_dict(include_context_data=False, include_output=False) for r in runs]
444444

445-
return {"runs": runs, "count": total_count}
445+
return {"runs": runs, "total_count": total_count}
446446

447447

448448
# Get run statistics grouped by base UUID

0 commit comments

Comments
 (0)