Skip to content

Commit

Permalink
Fix quotes type
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Mar 28, 2024
1 parent 24902a1 commit cbdd7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/hogql/database/schema/channel_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def wrap_with_null_if_empty(expr: ast.Expr) -> ast.Expr:
'Cross Network',
(
{medium} IN ('cpc', 'cpm', `cpv`, `cpa`, 'ppc', 'retargeting') OR
{medium} IN ('cpc', 'cpm', 'cpv', 'cpa', 'ppc', 'retargeting') OR
startsWith({medium}, 'paid') OR
{gclid} IS NOT NULL OR
{gad_source} IS NOT NULL
Expand Down

0 comments on commit cbdd7d3

Please sign in to comment.