Skip to content

Commit

Permalink
[#335] [Example] Fixed a small typo (@green-coder)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Cantin authored and ptaoussanis committed Mar 22, 2019
1 parent 4b929db commit 48923eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-project/src/example/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
uid (:uid session)]
(debugf "Unhandled event: %s" event)
(when ?reply-fn
(?reply-fn {:umatched-event-as-echoed-from-from-server event}))))
(?reply-fn {:umatched-event-as-echoed-from-server event}))))

(defmethod -event-msg-handler :example/test-rapid-push
[ev-msg] (test-fast-server>user-pushes))
Expand Down

0 comments on commit 48923eb

Please sign in to comment.