mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Fix event var names.
This commit is contained in:
parent
dff105c747
commit
ef9d915592
6 changed files with 22 additions and 11 deletions
|
|
@ -108,8 +108,8 @@
|
|||
assign(getPayload(), {
|
||||
website: websiteId,
|
||||
url,
|
||||
event_name: eventName,
|
||||
event_data: eventData,
|
||||
eventName: eventName,
|
||||
eventData: eventData,
|
||||
}),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue