Added search to languages and timezone.

This commit is contained in:
Mike Cao 2024-01-03 10:17:27 -08:00
parent c24fe079f1
commit 1e0c177fe6
7 changed files with 36 additions and 10 deletions

View file

@ -151,7 +151,7 @@ async function parseFilters(
params: {
...normalizeFilters(filters),
websiteId,
startDate: maxDate(filters.startDate, website.resetAt),
startDate: maxDate(filters.startDate, website?.resetAt),
websiteDomain: website.domain,
},
};