mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-08 10:29:04 +01:00
Fixed country not showing.
This commit is contained in:
parent
8d85e3fcdb
commit
69a189aae7
@ -78,7 +78,7 @@ async function clickhouseQuery(
|
||||
params,
|
||||
).then(a => {
|
||||
return Object.values(a).map(a => {
|
||||
return { x: a.x, y: Number(a.y) };
|
||||
return { ...a, x: a.x, y: Number(a.y) };
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user