From 034c26fed4f0e22efbc3530faaa8fefde7aa7e40 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 16 Apr 2016 13:42:57 +0300 Subject: [PATCH] Cosmetic changes on history events. --- src/uxbox/data/history.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uxbox/data/history.cljs b/src/uxbox/data/history.cljs index e32ce868b..7aa1a5f9d 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)))))]