mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49: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 [_]
|
||||||
(->> (export-file file)
|
(->> (export-file file)
|
||||||
(rx/subs
|
(rx/subs!
|
||||||
(fn [value]
|
(fn [value]
|
||||||
(when (not (contains? value :type))
|
(when (not (contains? value :type))
|
||||||
(let [[file export-blob] value]
|
(let [[file export-blob] value]
|
||||||
|
|
Loading…
Add table
Reference in a new issue