mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fixed realtime log issues.
This commit is contained in:
parent
56ab099499
commit
3afafd50f3
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ export async function getRealtimeData(websiteId, time) {
|
|||
};
|
||||
|
||||
return {
|
||||
pageviews: decorate('pageviews', pageviews),
|
||||
pageviews: decorate('pageview', pageviews),
|
||||
sessions: decorate('session', sessions),
|
||||
events: decorate('event', events),
|
||||
timestamp: Date.now(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue