mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 16:45:35 +01:00
Fixed save event.
This commit is contained in:
parent
063e2d8c11
commit
406672886f
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ async function clickhouseQuery(data: {
|
||||||
|
|
||||||
const message = {
|
const message = {
|
||||||
...args,
|
...args,
|
||||||
website_websiteId,
|
website_id: websiteId,
|
||||||
session_id: sessionId,
|
session_id: sessionId,
|
||||||
event_id: uuid(),
|
event_id: uuid(),
|
||||||
country: country,
|
country: country,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue