Correct the `:id` given to `on-change` interceptor (ie. fix cut and paste typo)

This commit is contained in:
Mike Thompson 2016-12-28 16:13:02 +11:00
parent 3657f0fd9c
commit 209470e761
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@
"
[f out-path & in-paths]
(->interceptor
:id :enrich
:id :on-changes
:after (fn on-change-after
[context]
(let [new-db (get-effect context :db)