mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 00:55:37 +01:00
fix filter params
This commit is contained in:
parent
95d824542f
commit
7e112b8469
6 changed files with 11 additions and 5 deletions
|
|
@ -42,7 +42,12 @@ async function relationalQuery(
|
|||
group by 1
|
||||
order by 2 desc
|
||||
limit 100`,
|
||||
{ ...filters, websiteId, startDate: maxDate(startDate, website.resetAt), endDate },
|
||||
{
|
||||
websiteId,
|
||||
startDate: maxDate(startDate, website.resetAt),
|
||||
endDate,
|
||||
...filters,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue