mirror of
https://github.com/penpot/penpot.git
synced 2025-04-04 11:01:20 -05:00
Cosmetic changes on history events.
This commit is contained in:
parent
fda381c1b6
commit
034c26fed4
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
|
||||
(defrecord FetchPageHistory [id since max]
|
||||
rs/WatchEvent
|
||||
(-apply-watch [this state s]
|
||||
(-apply-watch [_ state s]
|
||||
(letfn [(on-success [{history :payload}]
|
||||
(let [history (into [] history)]
|
||||
(->PageHistoryFetched history (not (nil? since)))))]
|
||||
|
|
Loading…
Add table
Reference in a new issue