cleanup cohort/filtering for some queries
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user