0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

Avoid non existent function warning

This commit is contained in:
Jordi Sala Morales 2024-04-15 10:16:07 +00:00 committed by Andrey Antukh
parent 4cb57c9748
commit ddfe5fbcb8

View file

@ -253,7 +253,7 @@
(export [_]
(->> (export-file file)
(rx/subs
(rx/subs!
(fn [value]
(when (not (contains? value :type))
(let [[file export-blob] value]