Fixed retention report showing wrong dates. Changed Breakdown field select to modal.
This commit is contained in:
@@ -13,8 +13,7 @@ export async function POST(request: Request) {
|
||||
|
||||
const {
|
||||
websiteId,
|
||||
dateRange: { startDate, endDate },
|
||||
timezone,
|
||||
dateRange: { startDate, endDate, timezone },
|
||||
} = body;
|
||||
|
||||
if (!(await canViewWebsite(auth, websiteId))) {
|
||||
|
||||
Reference in New Issue
Block a user