segments implementation and migration update. update getRequestFilters to include filter groups.
This commit is contained in:
@@ -35,7 +35,7 @@ export async function GET(
|
||||
const { startDate, endDate, unit } = await getRequestDateRange(query);
|
||||
|
||||
const filters = {
|
||||
...getRequestFilters(query),
|
||||
...(await getRequestFilters(query)),
|
||||
startDate,
|
||||
endDate,
|
||||
timezone,
|
||||
|
||||
Reference in New Issue
Block a user