import logger

This commit is contained in:
FloatingGhost 2022-07-05 14:45:28 +01:00 committed by Beefox
parent df27266e30
commit eb91f9ebe9
1 changed files with 1 additions and 0 deletions

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)