Fixup returning bad ctx from fx

This commit is contained in:
Daniel Compton 2017-11-10 15:20:26 +13:00
parent 6e6744c146
commit 182aefe538
1 changed files with 2 additions and 2 deletions

View File

@ -83,13 +83,13 @@
:global/enable-tracing
(fn [ctx _]
(utils.traces/enable-tracing!)
ctx))
nil))
(rf/reg-event-fx
:global/disable-tracing
(fn [ctx _]
(utils.traces/disable-tracing!)
ctx))
nil))
;; Traces