mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
Avoid non existent function warning
This commit is contained in:
parent
4cb57c9748
commit
ddfe5fbcb8
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@
|
|||
|
||||
(export [_]
|
||||
(->> (export-file file)
|
||||
(rx/subs
|
||||
(rx/subs!
|
||||
(fn [value]
|
||||
(when (not (contains? value :type))
|
||||
(let [[file export-blob] value]
|
||||
|
|
Loading…
Reference in a new issue