Skip to content

Commit

Permalink
Merge pull request #2974 from dineshsalunke/fix/clickhouse-event-rela…
Browse files Browse the repository at this point in the history
…tion

fix: use the same id for event and event data for clickhouse
  • Loading branch information
mikecao authored Oct 26, 2024
2 parents fc1b70f + 8fef99b commit b2a1b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queries/analytics/events/saveEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ async function clickhouseQuery(data: {
website_id: websiteId,
session_id: sessionId,
visit_id: visitId,
event_id: uuid(),
event_id: eventId,
country: country,
subdivision1:
country && subdivision1
Expand Down

0 comments on commit b2a1b17

Please sign in to comment.