From 447f961382d3762d1072c3ed17d05f80b4480ec3 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 21:59:11 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- supabase/functions/test-skill-dry-run/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/supabase/functions/test-skill-dry-run/index.ts b/supabase/functions/test-skill-dry-run/index.ts index 648e076..36bfe6b 100644 --- a/supabase/functions/test-skill-dry-run/index.ts +++ b/supabase/functions/test-skill-dry-run/index.ts @@ -34,11 +34,9 @@ Deno.serve(async (req) => { } const userId = userData.user.id; - let body: { skill_version_id?: string; test_input?: string }; let body: { skill_version_id?: string; test_input?: string; markdown_content?: string }; try { body = await req.json(); - } catch { return new Response(JSON.stringify({ error: "JSON inválido" }), { status: 400,