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
|
@ -37,7 +37,7 @@ defmodule MorseServer do
|
|||
end
|
||||
|
||||
@impl true
|
||||
def handle_cast({:progress, new_progress}, {pid, progress}) do
|
||||
def handle_cast({:progress, new_progress}, {pid, _progress}) do
|
||||
broadcast_progress(new_progress)
|
||||
{:noreply, {pid, new_progress}}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue