mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Fix usage.
This commit is contained in:
parent
a106098129
commit
671c9fc791
1 changed files with 2 additions and 2 deletions
|
|
@ -66,8 +66,8 @@ export default async (
|
|||
|
||||
const usage = websiteUsage.reduce(
|
||||
(acc, cv) => {
|
||||
acc.websiteEventUsage += cv.websiteEventUsage;
|
||||
acc.eventDataUsage += cv.eventDataUsage;
|
||||
acc.websiteEventUsage += Number(cv.websiteEventUsage);
|
||||
acc.eventDataUsage += Number(cv.eventDataUsage);
|
||||
|
||||
return acc;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue