🔥 review changes

This commit is contained in:
alonso.torres 2020-03-12 14:08:32 +01:00 committed by Andrey Antukh
parent d1f9e63a13
commit be9c9f8ce8
2 changed files with 3 additions and 3 deletions

View file

@ -279,7 +279,7 @@
(update [this state]
(-> state
(update :files assoc (:id data) data)
(update :recent-files update (:project-id data) conj data)))))
(update-in [:recent-files (:project-id data)] conj data)))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;