mirror of
https://github.com/penpot/penpot.git
synced 2025-03-18 18:51:29 -05:00
🔥 Remove unused code on RPC main ns
This commit is contained in:
parent
408d33bdec
commit
9ca2450813
1 changed files with 2 additions and 2 deletions
|
@ -221,8 +221,8 @@
|
|||
(ex/raise :type :authentication
|
||||
:code :authentication-required
|
||||
:hint "authentication required for this endpoint")
|
||||
(let [params (us/conform spec (dissoc params ::request))]
|
||||
(f cfg (assoc params ::request request))))))
|
||||
(let [params (us/conform spec params)]
|
||||
(f cfg params)))))
|
||||
mdata)))
|
||||
|
||||
(defn- process-method
|
||||
|
|
Loading…
Add table
Reference in a new issue