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:
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))))
|
||||
(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…
Add table
Reference in a new issue