feat(api): funnels changed flatten call
This commit is contained in:
parent
19c383ccc6
commit
895b5db1e6
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ def get(funnel_id, project_id, user_id, flatten=True, fix_stages=True):
|
|||
f["filter"]["events"] = __fix_stages(f["filter"]["events"])
|
||||
f["filter"]["events"] = [e.dict() for e in f["filter"]["events"]]
|
||||
if flatten:
|
||||
f["filter"] = helper.old_search_payload_to_flat(f["filter"])
|
||||
f["filter"] = helper.old_search_payload_to_flat(f)
|
||||
return f
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue