This commit is contained in:
Mike Cao 2025-08-15 10:08:41 -07:00
commit 0558563d35
11 changed files with 59 additions and 56 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);
}