http: Fix typo in request-parameters.

This is a follow-up of 2094d68053.

* src/cuirass/http.scm (request-parameters): Fix typo.
This commit is contained in:
Mathieu Othacehe 2020-08-03 15:35:36 +02:00
parent 2094d68053
commit d250a95c46
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ Hydra format."
('nr (string->number param))
(_ param)))
params)))
(_ #f)))
(_ params)))
'()
(string-split query #\&))
'())))