forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/pool/connections.ex
This commit is contained in:
parent
097ad10d02
commit
2c8d80dc0a
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ def handle_call({:checkin, uri}, from, state) do
|
|||
{:reply, conn, state}
|
||||
end
|
||||
|
||||
%{gun_state: gun_state} when gun_state == :down ->
|
||||
%{gun_state: :down} ->
|
||||
{:reply, nil, state}
|
||||
|
||||
nil ->
|
||||
|
|
Loading…
Reference in a new issue