mirror of
https://github.com/umami-software/umami.git
synced 2026-02-25 06:55:35 +01:00
This commit is contained in:
parent
99b5d9dde8
commit
f4f67dd3ca
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ async function rawQuery<T = unknown>(
|
||||||
output_format_json_quote_64bit_integers: 0,
|
output_format_json_quote_64bit_integers: 0,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
console.log(query, params);
|
|
||||||
return (await resultSet.json()) as T;
|
return (await resultSet.json()) as T;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue