Skip to content
Snippets Groups Projects
Unverified Commit d250a95c authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

http: Fix typo in request-parameters.

This is a follow-up of 2094d680.

* src/cuirass/http.scm (request-parameters): Fix typo.
parent 2094d680
No related branches found
Tags 0.16.0
No related merge requests found
......@@ -156,7 +156,7 @@ Hydra format."
('nr (string->number param))
(_ param)))
params)))
(_ #f)))
(_ params)))
'()
(string-split query #\&))
'())))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment