This commit is contained in:
@@ -192,7 +192,9 @@ async function parseFilters(
|
|||||||
options: QueryOptions = {},
|
options: QueryOptions = {},
|
||||||
) {
|
) {
|
||||||
const website = await fetchWebsite(websiteId);
|
const website = await fetchWebsite(websiteId);
|
||||||
const joinSession = Object.keys(filters).find(key => SESSION_COLUMNS.includes(key));
|
const joinSession = Object.keys(filters).find(key =>
|
||||||
|
['referrer', ...SESSION_COLUMNS].includes(key),
|
||||||
|
);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
joinSession:
|
joinSession:
|
||||||
|
|||||||
Reference in New Issue
Block a user