mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00: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…
Reference in a new issue