mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
fix session metrics to show visitors instead of views
This commit is contained in:
parent
ea43872dd0
commit
661fc92230
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ async function relationalQuery(websiteId: string, column: string, filters: Query
|
|||
`
|
||||
select
|
||||
${column} x,
|
||||
count(*) y
|
||||
count(distinct website_event.session_id) y
|
||||
${includeCountry ? ', country' : ''}
|
||||
from website_event
|
||||
${joinSession}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue