remove stringify json on updatereport

This commit is contained in:
Francis Cao 2025-07-23 10:18:43 -07:00
parent 2203ba1fe7
commit 038d3d6000

View file

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