Remove unused var
This commit is contained in:
parent
52e08ec9fd
commit
eb4870e1cd
@ -15,7 +15,7 @@ defmodule Pleroma.Workers.AttachmentsCleanupWorker do
|
|||||||
%{
|
%{
|
||||||
"op" => "cleanup_attachments",
|
"op" => "cleanup_attachments",
|
||||||
"object" => %{"data" => %{"attachment" => [_ | _] = attachments, "actor" => actor}}
|
"object" => %{"data" => %{"attachment" => [_ | _] = attachments, "actor" => actor}}
|
||||||
} = data,
|
},
|
||||||
_job
|
_job
|
||||||
) do
|
) do
|
||||||
hrefs =
|
hrefs =
|
||||||
|
Loading…
Reference in New Issue
Block a user