forked from AkkomaGang/akkoma
Web.Federator: Fix unused variable
This commit is contained in:
parent
60ea29dfe6
commit
473095faf2
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ def handle_cast({:enqueue, type, payload, _priority}, state) do
|
||||||
{:noreply, %{in: {i_running_jobs, i_queue}, out: {o_running_jobs, o_queue}}}
|
{:noreply, %{in: {i_running_jobs, i_queue}, out: {o_running_jobs, o_queue}}}
|
||||||
end
|
end
|
||||||
|
|
||||||
def handle_cast(m, state) do
|
def handle_cast(_, state) do
|
||||||
{:noreply, state}
|
{:noreply, state}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue