Remove mistaken duplicate fetch
This commit is contained in:
parent
160d113b30
commit
6d368808d3
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ defmodule Pleroma.Workers.RemoteFetcherWorker do
|
|||
|
||||
@impl Oban.Worker
|
||||
def perform(%Job{args: %{"op" => "fetch_remote", "id" => id} = args}) do
|
||||
{:ok, _object} = Fetcher.fetch_object_from_id(id, depth: args["depth"])
|
||||
|
||||
case Fetcher.fetch_object_from_id(id, depth: args["depth"]) do
|
||||
{:ok, _object} ->
|
||||
:ok
|
||||
|
|
Loading…
Reference in a new issue