Fix for release

This commit is contained in:
Pim Kunis 2021-06-10 22:04:32 +02:00
parent e7706744a9
commit ba8f072d23
7 changed files with 17 additions and 16 deletions

View file

@ -21,8 +21,7 @@ defmodule UiWeb.MorseLive do
spawn(fn -> Ui.MessageBot.message("#{ip} pressed the button!") end)
end
spawn(fn -> Ui.MessageBot.message("#{ip} pressed the button!") end)
#Morse.Server.toggle_morse()
Morse.Server.toggle_morse()
{:noreply, socket}
end