Remove webisite.teamId related code. Clean up queries.

This commit is contained in:
Brian Cao 2023-04-13 20:57:22 -07:00
parent 081a126c01
commit 0335fd3529
4 changed files with 8 additions and 19 deletions

View file

@ -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;