mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Remove webisite.teamId related code. Clean up queries.
This commit is contained in:
parent
081a126c01
commit
0335fd3529
4 changed files with 8 additions and 19 deletions
|
|
@ -13,7 +13,6 @@ export async function getEventMetrics(
|
|||
endDate: Date;
|
||||
timezone: string;
|
||||
unit: string;
|
||||
column: string;
|
||||
filters: {
|
||||
url: string;
|
||||
eventName: string;
|
||||
|
|
@ -40,7 +39,6 @@ async function relationalQuery(
|
|||
endDate: Date;
|
||||
timezone: string;
|
||||
unit: string;
|
||||
column: string;
|
||||
filters: {
|
||||
url: string;
|
||||
eventName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue