mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 06:56:44 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
59aafca923
commit
447f961382
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue