mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 01:25:37 +01:00
fix fieldValue in EventDataEvents
This commit is contained in:
parent
444c01f1bf
commit
5f0ac23c22
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ async function clickhouseQuery(
|
||||||
eventName: a.eventName,
|
eventName: a.eventName,
|
||||||
fieldName: a.fieldName,
|
fieldName: a.fieldName,
|
||||||
dataType: Number(a.dataType),
|
dataType: Number(a.dataType),
|
||||||
|
fieldValue: a.fieldValue,
|
||||||
total: Number(a.total),
|
total: Number(a.total),
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue