mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Merged dev
This commit is contained in:
commit
f279254af5
10 changed files with 72 additions and 32 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue