From c594af77c36c0ad1b5f6519d8bff694c4d57032b Mon Sep 17 00:00:00 2001 From: Ted Kaemming <65315+tkaemming@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:54:32 -0700 Subject: [PATCH] oops --- posthog/hogql/visitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/hogql/visitor.py b/posthog/hogql/visitor.py index 2ce47464926cc..1a5b175eaa542 100644 --- a/posthog/hogql/visitor.py +++ b/posthog/hogql/visitor.py @@ -236,7 +236,7 @@ def visit_date_type(self, node: ast.DateType): def visit_date_time_type(self, node: ast.DateTimeType): pass - def visit_interval_type(self, node: ast.DateTimeType): + def visit_interval_type(self, node: ast.IntervalType): pass def visit_uuid_type(self, node: ast.UUIDType):