mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 20:37:21 +02:00
🐛 Fix syntax error introduced in previous commit.
This commit is contained in:
parent
4768b023a4
commit
f909b316c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue