mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-25 23:43:24 +00:00
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 a new issue