🐛 Fix syntax error introduced in previous commit.

This commit is contained in:
Andrey Antukh 2021-01-08 14:31:24 +01:00
parent 4768b023a4
commit f909b316c7

View file

@ -70,7 +70,7 @@
(when (and (:auth mdata true) (not (uuid? (:profile-id params)))) (when (and (:auth mdata true) (not (uuid? (:profile-id params))))
(ex/raise :type :authentication (ex/raise :type :authentication
:code :authentication-required :code :authentication-required
:hint "authentication required for this endpoint" :hint "authentication required for this endpoint"))
(f cfg (us/conform spec params))))) (f cfg (us/conform spec params)))))
(defn- process-method (defn- process-method