mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
Fixed incorrect data field.
This commit is contained in:
parent
a3639d59a3
commit
1869a809cf
@ -106,7 +106,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
return track(eventName, { data: eventData });
|
||||
return track(eventName, eventData);
|
||||
}
|
||||
return Promise.resolve();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user