mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
Merge pull request #4864 from penpot/niwinz-kondo-fix
🐛 Fix exception on clj-kondo extension hook fn
This commit is contained in:
commit
54711b0d25
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
||||||
result (api/list-node
|
result (api/list-node
|
||||||
(into [(api/token-node 'defn)
|
(into [(api/token-node 'defn)
|
||||||
cname
|
cname
|
||||||
(api/vector-node (into [param1] paramN))]
|
(api/vector-node (filter some? (cons param1 paramN)))]
|
||||||
(cons mdata body)))]
|
(cons mdata body)))]
|
||||||
|
|
||||||
;; (prn (api/sexpr result))
|
;; (prn (api/sexpr result))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue