Added retention screen.

This commit is contained in:
Mike Cao 2025-05-21 19:19:43 -07:00
parent d0d11225f4
commit bce6737f29
12 changed files with 164 additions and 45 deletions

View file

@ -33,8 +33,8 @@ export async function GET(
const { startDate, endDate } = await getRequestDateRange(query);
const data = await getUTM(websiteId, {
startDate: new Date(startDate),
endDate: new Date(endDate),
startDate,
endDate,
timezone,
});