mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 20:45:39 +01:00
fix typo in query
This commit is contained in:
parent
288b9db8ad
commit
f12f4f5697
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ async function relationalQuery(
|
|||
)
|
||||
select
|
||||
w.event_name x,
|
||||
e.event_data d,
|
||||
d.event_data d,
|
||||
${getDateQuery('w.created_at', unit, timezone)} t,
|
||||
count(*) y
|
||||
from website_event w
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue