mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
remove unused ref columns
This commit is contained in:
parent
17c8cc07e4
commit
4d6abc4529
1 changed files with 0 additions and 3 deletions
|
|
@ -10,9 +10,6 @@ export async function saveEvent(args: {
|
|||
websiteId: string;
|
||||
urlPath: string;
|
||||
urlQuery?: string;
|
||||
referrerPath?: string;
|
||||
referrerQuery?: string;
|
||||
referrerDomain?: string;
|
||||
pageTitle?: string;
|
||||
eventName?: string;
|
||||
eventData?: any;
|
||||
|
|
|
|||
Loading…
Reference in a new issue