mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
This commit is contained in:
parent
2e84fc62b1
commit
4c45285010
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue