http: Fix type error.

This is a follow-up to commit c6f4fa5f57.

* src/cuirass/http.scm (url-handler): SPECIFICATIONS-TABLE expects a list, not
a vector.
This commit is contained in:
Ricardo Wurmus 2019-08-27 00:38:08 +02:00
parent 858b6b8c8f
commit 1cd2f9334d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ Hydra format."
(respond-html (html-page
"Cuirass"
(specifications-table
(list->vector (db-get-specifications)))
(db-get-specifications))
'())))
(("jobset" name)