Skip to content

Commit

Permalink
Fix word in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Apr 26, 2024
1 parent 7d5a7aa commit 1503e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/hogql_queries/query_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def apply_dashboard_filters(self, dashboard_filter: DashboardFilter) -> Q:
],
)
except Exception as e:
# If pydantic is unhappy about the shape of data, let's ignore dashboard filters and carry on
# If pydantic is unhappy about the shape of data, let's ignore property filters and carry on
capture_exception()
logger.error(
"Failed to apply dashboard property filters",
Expand Down

0 comments on commit 1503e20

Please sign in to comment.