forked from potsda.mn/mobilizon
style: unused variable
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
ca06ec397f
commit
96b4ef08c6
|
@ -26,7 +26,7 @@ defmodule Mobilizon.Federation.ActivityPub.Relay do
|
|||
relay = get_actor()
|
||||
|
||||
unless Regex.match?(~r/BEGIN RSA PRIVATE KEY/, relay.keys) do
|
||||
{:ok, relay} = Actors.actor_key_rotation(relay)
|
||||
{:ok, _relay} = Actors.actor_key_rotation(relay)
|
||||
end
|
||||
|
||||
relay
|
||||
|
|
Loading…
Reference in a new issue