fix fieldValue in EventDataEvents

This commit is contained in:
Francis Cao 2023-10-10 10:41:13 -07:00
parent 444c01f1bf
commit 5f0ac23c22

View File

@ -91,6 +91,7 @@ async function clickhouseQuery(
eventName: a.eventName,
fieldName: a.fieldName,
dataType: Number(a.dataType),
fieldValue: a.fieldValue,
total: Number(a.total),
};
});