mirror of
https://github.com/vale981/lack
synced 2025-03-05 09:21:39 -05:00
fix typo
This commit is contained in:
parent
65bad8e0a1
commit
3704025324
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
|
||||
(defun make-request (env)
|
||||
(let ((req (apply #'%make-request :env env :allow-other-keys t env)))
|
||||
(with-slots (method uri uri-scheme) req
|
||||
(with-slots (method uri uri-scheme content-type) req
|
||||
(unless method
|
||||
(setf method (getf env :request-method)))
|
||||
(unless uri
|
||||
|
|
Loading…
Add table
Reference in a new issue