Merged dev

This commit is contained in:
Mike Cao 2024-04-09 00:39:34 -07:00
commit f279254af5
10 changed files with 72 additions and 32 deletions

View file

@ -36,7 +36,7 @@ async function relationalQuery(data: {
id: uuid(),
websiteEventId: eventId,
websiteId,
eventKey: a.key,
dataKey: a.key,
stringValue: getStringValue(a.value, a.dataType),
numberValue: a.dataType === DATA_TYPE.number ? a.value : null,
dateValue: a.dataType === DATA_TYPE.date ? new Date(a.value) : null,