mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
clean-up hooks for passing uneccessary date params
This commit is contained in:
parent
06230ad2e9
commit
b7747b33e4
4 changed files with 20 additions and 8 deletions
|
|
@ -11,7 +11,6 @@ export async function GET(
|
|||
{ params }: { params: Promise<{ websiteId: string }> },
|
||||
) {
|
||||
const schema = z.object({
|
||||
compare: z.string().optional(),
|
||||
...dateRangeParams,
|
||||
...filterParams,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue