mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
underscore unused var
This commit is contained in:
parent
a36e2d7368
commit
fdf27a3c02
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue