fix comments
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user