Fix all compilation warnings
This commit is contained in:
parent
ed3403ad8b
commit
59770c3f5c
26 changed files with 89 additions and 94 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue