cleanup cohort/filtering for some queries

This commit is contained in:
Francis Cao 2025-08-12 16:13:44 -07:00
parent 6829d96862
commit 69aa4ca035
7 changed files with 17 additions and 20 deletions

View file

@ -62,7 +62,7 @@ export async function GET(
}
if (type === 'channel') {
const data = await getChannelExpandedMetrics(websiteId, { limit, offset }, filters);
const data = await getChannelExpandedMetrics(websiteId, filters);
return json(data);
}