mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-03 23:57:37 +01:00
fixed event_uuid logic
This commit is contained in:
parent
0a898354a4
commit
e522293130
@ -72,7 +72,7 @@ export default async (req, res) => {
|
||||
url = removeTrailingSlash(url);
|
||||
}
|
||||
|
||||
const event_uuid = uuid(website_id, url, session_uuid, event_name);
|
||||
const event_uuid = uuid();
|
||||
|
||||
if (type === 'pageview') {
|
||||
await savePageView(website_id, { session_id, session_uuid, url, referrer });
|
||||
|
Loading…
Reference in New Issue
Block a user