0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 09:16:49 +01:00

Fix bug with exposure calculation in trends (#8600)

This commit is contained in:
Neil Kakkar 2022-02-15 12:46:25 +00:00 committed by GitHub
parent 3be0cda8ce
commit a3ae826059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,7 @@ class ClickhouseTrendExperimentResult:
{
"date_from": experiment_start_date,
"date_to": experiment_end_date,
"display": TRENDS_CUMULATIVE,
ACTIONS: [],
EVENTS: [
{