Skip to content

Commit

Permalink
fix: no need to reach down into person (#23033)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Jun 17, 2024
1 parent aa01904 commit f9ed838
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def get_query(self) -> ast.SelectQuery | ast.SelectUnionQuery | None:
"""
SELECT distinct_id
FROM person_distinct_ids
WHERE person.id = {person_id}
WHERE person_id = {person_id}
""",
{
"person_id": ast.Constant(value=self._filter.person_uuid),
Expand Down
Loading

0 comments on commit f9ed838

Please sign in to comment.