Revert to 56e05fced
This commit is contained in:
parent
4569869d6a
commit
510cdcbc9c
7 changed files with 16 additions and 6 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