mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
fix session metrics to show visitors instead of views
This commit is contained in:
parent
ea43872dd0
commit
661fc92230
@ -31,7 +31,7 @@ async function relationalQuery(websiteId: string, column: string, filters: Query
|
|||||||
`
|
`
|
||||||
select
|
select
|
||||||
${column} x,
|
${column} x,
|
||||||
count(*) y
|
count(distinct website_event.session_id) y
|
||||||
${includeCountry ? ', country' : ''}
|
${includeCountry ? ', country' : ''}
|
||||||
from website_event
|
from website_event
|
||||||
${joinSession}
|
${joinSession}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user