mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
fixed event_uuid logic
This commit is contained in:
parent
0a898354a4
commit
e522293130
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue