From b08c92c8a3f0ccbaff2482fcb70019633e173019 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 22:36:10 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- supabase/functions/provision-agent/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/supabase/functions/provision-agent/index.ts b/supabase/functions/provision-agent/index.ts index 4ba2368..09792d0 100644 --- a/supabase/functions/provision-agent/index.ts +++ b/supabase/functions/provision-agent/index.ts @@ -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();