mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fixed incorrect data field.
This commit is contained in:
parent
a3639d59a3
commit
1869a809cf
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@
|
|||
}
|
||||
});
|
||||
|
||||
return track(eventName, { data: eventData });
|
||||
return track(eventName, eventData);
|
||||
}
|
||||
return Promise.resolve();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue