Skip to content

Commit

Permalink
Merge branch 'use-app-as-capture-endpoint' of github.com:PostHog/post…
Browse files Browse the repository at this point in the history
…hog into use-app-as-capture-endpoint
  • Loading branch information
timgl committed Dec 17, 2023
2 parents 421ca2a + 1f3e6a0 commit f515af9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,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 f515af9

Please sign in to comment.