diff options
author | Christopher Baines <mail@cbaines.net> | 2022-10-16 11:30:16 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-10-16 11:30:16 +0100 |
commit | 8452a05a96b0abacea612d7ffd3d44ead8e14737 (patch) | |
tree | 43d5069764bc45f9b75fd1755bfbd219d3ca582b /guix-qa-frontpage | |
parent | 732a18261f50ef25f8cdedbe0ecde3cf5fd51002 (diff) | |
download | qa-frontpage-8452a05a96b0abacea612d7ffd3d44ead8e14737.tar qa-frontpage-8452a05a96b0abacea612d7ffd3d44ead8e14737.tar.gz |
Fix an issue with the issue number for badge requests
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r-- | guix-qa-frontpage/server.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-qa-frontpage/server.scm b/guix-qa-frontpage/server.scm index 43ebbf0..2b2029c 100644 --- a/guix-qa-frontpage/server.scm +++ b/guix-qa-frontpage/server.scm @@ -204,7 +204,7 @@ 'issue-patches-overall-status (const #f) #:store-computed-value? #f - #:args (list number) + #:args (list (string->number number)) #:ttl 3600)) (params (let ((unknown-params |