mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 07:16:11 +02:00
🐛 Remove not necessary state cleaning.
This commit is contained in:
parent
a3ffbeccd0
commit
9f581ed10b
1 changed files with 0 additions and 4 deletions
|
@ -181,10 +181,6 @@
|
||||||
[{:keys [team-id] :as params}]
|
[{:keys [team-id] :as params}]
|
||||||
(us/assert ::us/uuid team-id)
|
(us/assert ::us/uuid team-id)
|
||||||
(ptk/reify ::fetch-recent-files
|
(ptk/reify ::fetch-recent-files
|
||||||
ptk/UpdateEvent
|
|
||||||
(update [_ state]
|
|
||||||
(dissoc state :files :recent-files))
|
|
||||||
|
|
||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
(watch [_ state stream]
|
(watch [_ state stream]
|
||||||
(let [params {:team-id team-id}]
|
(let [params {:team-id team-id}]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue