mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-02-16 16:06:23 +00:00
Fixup returning bad ctx from fx
This commit is contained in:
parent
6e6744c146
commit
182aefe538
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user