Use help function more consistently

This commit is contained in:
Mike Thompson 2016-08-18 09:52:09 +10:00
parent 40c8e12426
commit d10e87a279
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
:id :debug
:before (fn debug-before
[context]
(console :log "Handling re-frame event: " (-> context :coeffects :event))
(console :log "Handling re-frame event: " (get-coeffect context :event))
context)
:after (fn debug-after
[context]