X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Ftransports.ex;h=a820aa778c60a4c8a3d30d4eba8d900ff184a11c;hb=a3e68f02330a3c38f1d3f568ad507e5111b82600;hp=5600a4fdd465180020a4de1ac4174441a93ab654;hpb=87dee3902ad84599479f4e4a6b3109551651fb71;p=akkoma diff --git a/lib/transports.ex b/lib/transports.ex index 5600a4fdd..a820aa778 100644 --- a/lib/transports.ex +++ b/lib/transports.ex @@ -61,7 +61,7 @@ defmodule Phoenix.Transports.WebSocket.Raw do end end - def ws_info({op, data} = tuple, state) do + def ws_info({_,_} = tuple, state) do {:reply, tuple, state} end