1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-09-11 14:17:21 +01:00

Formatting

This commit is contained in:
Mark Felder 2023-12-27 21:55:07 -05:00 committed by Floatingghost
parent d69cba1b93
commit 53a9413b95

View file

@ -197,7 +197,7 @@ def fetch_object_from_id(id, options \\ []) do
end
defp log_fetch_error(id, error) do
Logger.metadata([object: id])
Logger.metadata(object: id)
Logger.error("Object rejected while fetching #{id} #{inspect(error)}")
end