Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCrotti committed Feb 23, 2019
1 parent 262298f commit 855f28a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cljs/byf/league_detail/handlers.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@

(defn- reload-fn-gen
[extra-signal]
(fn [{:keys [db]} _]
(fn [{:keys [db] :as full} other]
(js/console.log "Other = " other ", full = " full)
{:db db
:dispatch-n (cons extra-signal [[::show-notification]
[::players-handlers/load-players]
Expand Down

0 comments on commit 855f28a

Please sign in to comment.