mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 09:57:00 +01:00
fix fieldValue in EventDataEvents
This commit is contained in:
parent
444c01f1bf
commit
5f0ac23c22
@ -91,6 +91,7 @@ async function clickhouseQuery(
|
||||
eventName: a.eventName,
|
||||
fieldName: a.fieldName,
|
||||
dataType: Number(a.dataType),
|
||||
fieldValue: a.fieldValue,
|
||||
total: Number(a.total),
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user