Merge branch 'dev' of https://github.com/umami-software/umami into feat/um-290-update-clickhouse-client

This commit is contained in:
Francis Cao 2023-10-02 11:22:33 -07:00
commit 8e240af9e8
325 changed files with 2853 additions and 3296 deletions

View file

@ -8,7 +8,7 @@ export async function getRetention(
filters: {
startDate: Date;
endDate: Date;
timezone: string;
timezone?: string;
},
]
) {
@ -23,7 +23,7 @@ async function relationalQuery(
filters: {
startDate: Date;
endDate: Date;
timezone: string;
timezone?: string;
},
): Promise<
{
@ -103,7 +103,7 @@ async function clickhouseQuery(
filters: {
startDate: Date;
endDate: Date;
timezone: string;
timezone?: string;
},
): Promise<
{