mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01: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;
|
websiteId: string;
|
||||||
urlPath: string;
|
urlPath: string;
|
||||||
urlQuery?: string;
|
urlQuery?: string;
|
||||||
referrerPath?: string;
|
|
||||||
referrerQuery?: string;
|
|
||||||
referrerDomain?: string;
|
|
||||||
pageTitle?: string;
|
pageTitle?: string;
|
||||||
eventName?: string;
|
eventName?: string;
|
||||||
eventData?: any;
|
eventData?: any;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue