Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
INGSOL committed Sep 4, 2018
1 parent de7a94a commit 903e75c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/src/cljs/cse_client/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
(fn [_ _]))

(k/reg-chain :pause
(fn [_ _]
{:http-xhrio {:method :get
:uri "/pause"
:response-format (ajax/json-response-format {:keywords? true})}})
(fn [_ _]))
(fn [_ _]
{:http-xhrio {:method :get
:uri "/pause"
:response-format (ajax/json-response-format {:keywords? true})}})
(fn [_ _]))

(rf/reg-sub :state :state)

Expand Down

0 comments on commit 903e75c

Please sign in to comment.