Skip to content

Commit

Permalink
fix handle_info
Browse files Browse the repository at this point in the history
  • Loading branch information
nmbrone committed Aug 1, 2023
1 parent 38789f3 commit b57125c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/minch.ex
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ defmodule Minch do
end

def handle_info(_message, state) do
{:noreply, state}
{:ok, state}
end

defoverridable child_spec: 1,
Expand Down

0 comments on commit b57125c

Please sign in to comment.