Skip to content

Commit

Permalink
fix fieldValue in EventDataEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscao633 committed Oct 10, 2023
1 parent 444c01f commit 5f0ac23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/queries/analytics/eventData/getEventDataEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ async function clickhouseQuery(
eventName: a.eventName,
fieldName: a.fieldName,
dataType: Number(a.dataType),
fieldValue: a.fieldValue,
total: Number(a.total),
};
});
Expand Down

0 comments on commit 5f0ac23

Please sign in to comment.