underscore unused var

This commit is contained in:
byte[] 2020-06-12 13:02:28 -04:00
parent a36e2d7368
commit fdf27a3c02

View file

@ -10,7 +10,7 @@ defmodule PhilomenaWeb.FirehoseChannel do
end end
# Don't allow the connected client to send any messages to the socket # Don't allow the connected client to send any messages to the socket
def handle_in(message, _params, socket) do def handle_in(_message, _params, socket) do
{:stop, :shutdown, socket} {:stop, :shutdown, socket}
end end
end end