mirror of
https://github.com/penpot/penpot.git
synced 2025-07-26 17:47:22 +02:00
⬆️ Upgrade to beicon2 (part1)
This commit is contained in:
parent
ecee15af5b
commit
96f5a33f5f
151 changed files with 482 additions and 433 deletions
|
@ -17,7 +17,7 @@
|
|||
[app.util.http :as http]
|
||||
[app.util.object :as obj]
|
||||
[app.util.webapi :as wapi]
|
||||
[beicon.core :as rx]
|
||||
[beicon.v2.core :as rx]
|
||||
[cuerdas.core :as str]))
|
||||
|
||||
(log/set-level! :info)
|
||||
|
@ -229,7 +229,7 @@
|
|||
(when (and (some? payload)
|
||||
(= scope "penpot/rasterizer"))
|
||||
(->> (render payload)
|
||||
(rx/subs (partial send-success! id)
|
||||
(rx/subs! (partial send-success! id)
|
||||
(partial send-failure! id))))))))
|
||||
|
||||
(defn- listen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue