mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
Updated data query limits.
This commit is contained in:
parent
b6b1488ddf
commit
ffa954ee02
4 changed files with 13 additions and 5 deletions
|
|
@ -189,7 +189,7 @@ async function rawQuery<T = unknown>(
|
|||
format: 'JSONEachRow',
|
||||
});
|
||||
|
||||
return resultSet.json() as T;
|
||||
return (await resultSet.json()) as T;
|
||||
}
|
||||
|
||||
async function insert(table: string, values: any[]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue