more permissive handling, this needs to be tightened

This commit is contained in:
Moon Man 2024-08-27 01:46:30 +00:00
parent 5b4f939721
commit 1470dcebb7
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ defmodule Vonbraun.InboxRouter do
send_resp(conn, status_code, "boop")
else
{:error, error} ->
error ->
Logger.warning("Some kind of failure: #{inspect(error)}")
send_resp(conn, 500, "I fucked up")
end