Skip to content

Commit

Permalink
test: Fix properties timeline snapshot flapping (#23318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes authored Jun 28, 2024
1 parent a023ee6 commit f5ed754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/queries/properties_timeline/properties_timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def run(

crucial_property_keys = self.extract_crucial_property_keys(filter)
crucial_property_columns, crucial_property_params = get_single_or_multi_property_string_expr(
crucial_property_keys,
sorted(crucial_property_keys),
query_alias=None,
table="events",
column="person_properties",
Expand Down

0 comments on commit f5ed754

Please sign in to comment.