add includeCountry logic to results
This commit is contained in:
@@ -78,7 +78,7 @@ async function clickhouseQuery(
|
|||||||
params,
|
params,
|
||||||
).then(a => {
|
).then(a => {
|
||||||
return Object.values(a).map(a => {
|
return Object.values(a).map(a => {
|
||||||
return { x: a.x, y: Number(a.y) };
|
return { x: a.x, y: Number(a.y), country: a.country };
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user