mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 15:28:09 +00:00
Correct bug in previous commit
This commit is contained in:
parent
29e3bfe145
commit
c60e096d55
@ -120,4 +120,5 @@
|
||||
(console :error "re-frame: no effects handler registered for: " key ". Ignoring")))
|
||||
world {:db @app-db}]
|
||||
(->> (handler world event-vec) ;; is expected to return a map of effects
|
||||
(doall run-effect))))) ;; process the returned effects
|
||||
(map run-effect) ;; process the returned effects
|
||||
doall))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user