mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Use bigint.
This commit is contained in:
parent
5390370b3d
commit
4d41527f94
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ export default async (
|
|||
obj.records += row.total;
|
||||
return obj;
|
||||
},
|
||||
{ fields: results.length, records: 0 },
|
||||
{ fields: results.length, records: BigInt(0) },
|
||||
);
|
||||
|
||||
return ok(res, data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue