import logger

This commit is contained in:
FloatingGhost 2022-07-05 14:45:28 +01:00 committed by Norm
parent d8c324bc98
commit 3160ad3cc0

View file

@ -9,6 +9,7 @@ defmodule Akkoma.Collections.Fetcher do
"""
alias Pleroma.Object.Fetcher
alias Pleroma.Config
require Logger
def fetch_collection_by_ap_id(ap_id) when is_binary(ap_id) do
fetch_collection(ap_id)