0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-30 00:21:19 -05:00

🔥 Remove unused code on RPC main ns

This commit is contained in:
Andrey Antukh 2022-12-15 11:44:06 +01:00
parent 408d33bdec
commit 9ca2450813

View file

@ -221,8 +221,8 @@
(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")
(let [params (us/conform spec (dissoc params ::request))] (let [params (us/conform spec params)]
(f cfg (assoc params ::request request)))))) (f cfg params)))))
mdata))) mdata)))
(defn- process-method (defn- process-method