remove stringify json on updatereport

This commit is contained in:
Francis Cao 2025-07-23 10:18:43 -07:00
parent e8ff32b063
commit 630b91fbd2

View file

@ -60,7 +60,7 @@ export async function POST(
type, type,
name, name,
description, description,
parameters: JSON.stringify(parameters), parameters: parameters,
} as any); } as any);
return json(result); return json(result);