Revert to 56e05fced

This commit is contained in:
Pim Kunis 2019-07-31 13:16:53 +02:00
parent 4569869d6a
commit 510cdcbc9c
7 changed files with 16 additions and 6 deletions

View file

@ -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