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