mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Added map to sessions page.
This commit is contained in:
parent
9b005e11c0
commit
af64602951
4 changed files with 17 additions and 4 deletions
|
|
@ -60,7 +60,7 @@ async function clickhouseQuery(websiteId: string, filters: QueryFilters, pagePar
|
|||
data: result.data.map((row: any) => {
|
||||
return {
|
||||
...row,
|
||||
createdAt: row.firstAt,
|
||||
createdAt: row.lastAt,
|
||||
visits: Number(row.visits),
|
||||
views: Number(row.views),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue