mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 12:46:11 +02:00
📎 Fix linter issues on staging branch
This commit is contained in:
parent
f64b1d3651
commit
1bad233e2f
3 changed files with 3 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
(defmethod ig/init-key ::handler
|
||||
[_ cfg]
|
||||
(fn [request respond raise]
|
||||
(fn [request respond _]
|
||||
(try
|
||||
(let [body (parse-json (slurp (:body request)))
|
||||
mtype (get body "Type")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue