Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-24 22:36:10 +00:00
parent 8c2036d2d9
commit b08c92c8a3

View file

@ -57,10 +57,6 @@ Deno.serve(async (req) => {
return jsonResponse(500, { error: "RAILWAY_API_TOKEN not configured" });
}
if (!OPENROUTER_API_KEY) {
return jsonResponse(500, { error: "OPENROUTER_API_KEY not configured" });
}
let body: RequestBody;
try {
body = await req.json();