mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 03:46:36 +02:00
fix(backend): fix auth tests
This commit is contained in:
parent
31766fde32
commit
48d5188aaa
2 changed files with 3 additions and 4 deletions
|
@ -45,7 +45,6 @@
|
|||
(fn [request respond raise]
|
||||
(handler request
|
||||
(fn [response]
|
||||
(prn "wrap-etag" (= (:request-method request) :get))
|
||||
(if (= (:request-method request) :get)
|
||||
(respond (or (handle-response request response) response))
|
||||
(respond response)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue