We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdaf4a9 commit a216989Copy full SHA for a216989
1 file changed
cfbot_web.py
@@ -214,6 +214,7 @@ def load_submissions(conn, cf_ids):
214
latest_tasks AS (SELECT DISTINCT ON (task.task_name)
215
task.task_name,
216
task.task_id,
217
+ task.html_url,
218
task.status,
219
EXTRACT(epoch FROM now() - task.modified) AS age
220
FROM task
0 commit comments