chore: ignore failed imports

This commit is contained in:
Zach Daniel 2023-06-15 10:34:12 -04:00
parent 4689afa66b
commit 3832da271a

View file

@ -121,7 +121,10 @@ defmodule AshHq.Discord.Poller do
|> AshHq.Discord.Thread.upsert!() |> AshHq.Discord.Thread.upsert!()
rescue rescue
e -> e ->
Logger.error("Failed to import message:\n #{Exception.format(:error, e, __STACKTRACE__)}") Logger.error(
"Failed to import message:\n #{Exception.format(:error, e, __STACKTRACE__)}"
)
end
end) end)
end end