mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Fix build issues.
This commit is contained in:
parent
cfa220c095
commit
d4dd2069b6
9 changed files with 686 additions and 171 deletions
|
|
@ -427,7 +427,7 @@ export function getSessionMetrics(website_id, start_at, end_at, field, filters =
|
|||
|
||||
export function getPageviewMetrics(website_id, start_at, end_at, field, table, filters = {}) {
|
||||
const params = [website_id, start_at, end_at];
|
||||
const { domain, url, ref } = filters;
|
||||
const { domain, url } = filters;
|
||||
|
||||
let domainFilter = '';
|
||||
let urlFilter = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue