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