mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
fix comments
This commit is contained in:
parent
3023890cba
commit
cca99b71b5
@ -479,7 +479,7 @@ export function getPageviewStats(
|
||||
const { pageviewQuery, sessionQuery, joinSession } = parseFilters('pageview', filters, params);
|
||||
|
||||
return rawQuery(
|
||||
`--getPageviewStats
|
||||
`
|
||||
select
|
||||
${getDateStringQuery('g.t', unit)} as t,
|
||||
g.y as y
|
||||
@ -575,7 +575,6 @@ export function getEventMetrics(
|
||||
|
||||
return rawQuery(
|
||||
`
|
||||
--getEventMetrics
|
||||
select
|
||||
event_value x,
|
||||
${getDateStringQuery(getDateQuery('created_at', unit, timezone), unit)} t,
|
||||
|
Loading…
x
Reference in New Issue
Block a user