mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +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);
|
url = removeTrailingSlash(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
const event_uuid = uuid(website_id, url, session_uuid, event_name);
|
const event_uuid = uuid();
|
||||||
|
|
||||||
if (type === 'pageview') {
|
if (type === 'pageview') {
|
||||||
await savePageView(website_id, { session_id, session_uuid, url, referrer });
|
await savePageView(website_id, { session_id, session_uuid, url, referrer });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user