Feat/um 145 re add events (#1733)
* Re-add events. Fix event_type queries. * Re-add eventData * revert CSS.
This commit is contained in:
@@ -32,7 +32,7 @@ async function clickhouseQuery(websites, startAt) {
|
||||
created_at,
|
||||
url
|
||||
from event
|
||||
where event_name = ''
|
||||
where event_type = 1
|
||||
and ${
|
||||
websites && websites.length > 0
|
||||
? `website_id in (${getCommaSeparatedStringFormat(websites)})`
|
||||
|
||||
Reference in New Issue
Block a user