mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
More yup validations.
This commit is contained in:
parent
2ccb8d0a3c
commit
ce2a83a09f
12 changed files with 99 additions and 50 deletions
|
|
@ -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<
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue