0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

Merge pull request #4864 from penpot/niwinz-kondo-fix

🐛 Fix exception on clj-kondo extension hook fn
This commit is contained in:
Alejandro 2024-07-11 09:22:25 +02:00 committed by GitHub
commit 54711b0d25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,7 +141,7 @@
result (api/list-node
(into [(api/token-node 'defn)
cname
(api/vector-node (into [param1] paramN))]
(api/vector-node (filter some? (cons param1 paramN)))]
(cons mdata body)))]
;; (prn (api/sexpr result))