X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Ftransports.ex;h=a820aa778c60a4c8a3d30d4eba8d900ff184a11c;hb=57d413e65541f47a3c303be88c0ac6d4bfed33a9;hp=5600a4fdd465180020a4de1ac4174441a93ab654;hpb=efcf54dc0248a7d37b1ecbe8a91d2340a2edaf6a;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