diff --git a/src/routes/api.cr b/src/routes/api.cr index 6654714..545533c 100644 --- a/src/routes/api.cr +++ b/src/routes/api.cr @@ -649,7 +649,6 @@ struct APIRouter "success" => false, "error" => e.message, }.to_json - raise e end end