Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbatman authored and fatbatman committed Jul 13, 2017
1 parent 4fa4da1 commit ed549dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dat/remote.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
::send-event!
(fn [app db [event-id server-event]]
(log/info "send-event! called")
(send-event! (:remote app) server-event)))
(send-event! (:remote app) (vec (take 2 server-event)))))

0 comments on commit ed549dd

Please sign in to comment.