Correct the `:id` given to `on-change` interceptor (ie. fix cut and paste typo)
This commit is contained in:
parent
3657f0fd9c
commit
209470e761
|
@ -270,7 +270,7 @@
|
||||||
"
|
"
|
||||||
[f out-path & in-paths]
|
[f out-path & in-paths]
|
||||||
(->interceptor
|
(->interceptor
|
||||||
:id :enrich
|
:id :on-changes
|
||||||
:after (fn on-change-after
|
:after (fn on-change-after
|
||||||
[context]
|
[context]
|
||||||
(let [new-db (get-effect context :db)
|
(let [new-db (get-effect context :db)
|
||||||
|
|
Loading…
Reference in New Issue