Skip to content

Commit

Permalink
Merge branch 'dave/add-elements-chain-flag-in-decide' of github.com:P…
Browse files Browse the repository at this point in the history
…ostHog/posthog into dave/add-elements-chain-flag-in-decide
  • Loading branch information
Dave Murphy committed Nov 17, 2023
2 parents c568295 + 70b913f commit 8a0d9a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@
FROM "posthog_persondistinctid"
INNER JOIN "posthog_person" ON ("posthog_persondistinctid"."person_id" = "posthog_person"."id")
WHERE ("posthog_persondistinctid"."distinct_id" IN ('user2',
'user_one_1')
'user_one_2')
AND "posthog_persondistinctid"."team_id" = 2) /*controller='project_session_recordings-list',route='api/projects/%28%3FP%3Cparent_lookup_team_id%3E%5B%5E/.%5D%2B%29/session_recordings/%3F%24'*/
'
---
Expand Down

0 comments on commit 8a0d9a3

Please sign in to comment.