mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 02:05:12 +00:00
Remove unused var
This commit is contained in:
parent
52e08ec9fd
commit
eb4870e1cd
|
@ -15,7 +15,7 @@ defmodule Pleroma.Workers.AttachmentsCleanupWorker do
|
|||
%{
|
||||
"op" => "cleanup_attachments",
|
||||
"object" => %{"data" => %{"attachment" => [_ | _] = attachments, "actor" => actor}}
|
||||
} = data,
|
||||
},
|
||||
_job
|
||||
) do
|
||||
hrefs =
|
||||
|
|
Loading…
Reference in a new issue