Skip to content

Commit

Permalink
Pass on the visit_expression_field_type func
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 committed Mar 19, 2024
1 parent cf63938 commit 20d879f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/hogql/visitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def visit_join_constraint(self, node: ast.JoinConstraint):
self.visit(node.expr)

def visit_expression_field_type(self, node: ast.ExpressionFieldType):
self.visit(node.expr)
pass

def visit_hogqlx_tag(self, node: ast.HogQLXTag):
for attribute in node.attributes:
Expand Down

0 comments on commit 20d879f

Please sign in to comment.