diff --git a/src/uxbox/data/history.cljs b/src/uxbox/data/history.cljs index e32ce868bf..7aa1a5f9d3 100644 --- a/src/uxbox/data/history.cljs +++ b/src/uxbox/data/history.cljs @@ -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)))))]