Apply suggestion to lib/pleroma/pool/connections.ex
This commit is contained in:
parent
097ad10d02
commit
2c8d80dc0a
@ -145,7 +145,7 @@ defmodule Pleroma.Pool.Connections do
|
||||
{:reply, conn, state}
|
||||
end
|
||||
|
||||
%{gun_state: gun_state} when gun_state == :down ->
|
||||
%{gun_state: :down} ->
|
||||
{:reply, nil, state}
|
||||
|
||||
nil ->
|
||||
|
Loading…
Reference in New Issue
Block a user