mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +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,
|
||||
name,
|
||||
description,
|
||||
parameters: JSON.stringify(parameters),
|
||||
parameters: parameters,
|
||||
} as any);
|
||||
|
||||
return json(result);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue