♻️ Removed unused code. Fixed problem with alt key

This commit is contained in:
alonso.torres 2021-01-26 21:27:24 +01:00
parent fb05999e9e
commit 897b3d3f39
4 changed files with 6 additions and 18 deletions

View file

@ -36,11 +36,8 @@
(when verify?
(us/verify ::spec/changes items))
(reduce #(do
#_(prn "process-change" (:type %2) (:id %2))
(or (process-change %1 %2) %1))
data
items)))
(->> items
(reduce #(or (process-change %1 %2) %1) data))))
(defmethod process-change :set-option
[data {:keys [page-id option value]}]