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
e8ff32b063
commit
630b91fbd2
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