0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 01:28:30 -05:00

Remove merge-all from rstore.

This commit is contained in:
Andrey Antukh 2016-01-10 23:13:48 +02:00
parent 6693c8bc9b
commit 2f6432bf24

View file

@ -101,7 +101,6 @@
;; pushed to the event-stream bus
(as-> (rx/with-latest-from vector state-s watch-s) $
(rx/flat-map (fn [[event model]] (-apply-watch event model)) $)
(rx/merge-all $)
(rx/on-value $ emit!))
;; Initialize the stream machinary with initial state.