0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 09:08:31 -05:00

🐛 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))))
(ex/raise :type :authentication
:code :authentication-required
:hint "authentication required for this endpoint"
:hint "authentication required for this endpoint"))
(f cfg (us/conform spec params)))))
(defn- process-method