mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
remove stringify json on updatereport
This commit is contained in:
parent
2203ba1fe7
commit
038d3d6000
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue