mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-09 09:52:13 +00:00
import logger
This commit is contained in:
parent
ebb6142472
commit
1486ad0c6e
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue