mirror of
https://github.com/penpot/penpot.git
synced 2026-05-06 16:48:48 +00:00
🐛 Fix syntax error introduced in previous commit.
This commit is contained in:
parent
4768b023a4
commit
f909b316c7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user