mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 06:21:38 +02:00
⬆️ Upgrade to beicon2 (part1)
This commit is contained in:
parent
ecee15af5b
commit
96f5a33f5f
151 changed files with 482 additions and 433 deletions
|
@ -11,7 +11,7 @@
|
|||
[app.common.exceptions :as ex]
|
||||
[app.common.logging :as log]
|
||||
[app.util.object :as obj]
|
||||
[beicon.core :as rx]
|
||||
[beicon.v2.core :as rx]
|
||||
[cuerdas.core :as str]
|
||||
[promesa.core :as p]))
|
||||
|
||||
|
@ -247,7 +247,7 @@
|
|||
(fn [blob]
|
||||
(->> (read-file-as-data-url blob)
|
||||
(rx/catch (fn [err] (reject err)))
|
||||
(rx/subs (fn [result] (resolve result)))))))
|
||||
(rx/subs! (fn [result] (resolve result)))))))
|
||||
|
||||
(catch :default e (reject e))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue