mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 17:41:39 +02:00
🐛 Fix many on handle some audit events.
This commit is contained in:
parent
20b8269766
commit
344622b1c1
6 changed files with 61 additions and 40 deletions
|
@ -99,7 +99,6 @@
|
|||
(ex/raise :type :authentication
|
||||
:code :authentication-required
|
||||
:hint "authentication required for this endpoint"))
|
||||
|
||||
(let [params (us/conform spec params)
|
||||
result (f cfg params)
|
||||
resultm (meta result)]
|
||||
|
@ -111,7 +110,7 @@
|
|||
(audit :submit {:type (::type cfg)
|
||||
:name (::sv/name mdata)
|
||||
:profile-id profile-id
|
||||
:props (audit/clean-props props)})))
|
||||
:props props})))
|
||||
result))))
|
||||
|
||||
(defn- process-method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue