Fix socket connectivity on production.
Fix unused variable warnings.
This commit is contained in:
parent
5bb6584286
commit
7ff72c56c5
4 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
defmodule UiWeb.MorseProgressChannel do
|
||||
use UiWeb, :channel
|
||||
|
||||
def join(channel_name, _params, socket) do
|
||||
def join(_channel_name, _params, socket) do
|
||||
{:ok, %{hi: :there}, socket}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue