Remove mistaken duplicate fetch

This commit is contained in:
Mark Felder 2023-12-26 16:23:41 -05:00 committed by Floatingghost
parent 160d113b30
commit 6d368808d3
1 changed files with 0 additions and 2 deletions

View File

@ -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