Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Sep 5, 2024
1 parent 8d7d21c commit 4609163
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion posthog/api/hog_function_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class PublicHogFunctionTemplateViewSet(viewsets.GenericViewSet):
serializer_class = HogFunctionTemplateSerializer

def _get_templates(self):
# TODO: Filtering for status?
data = HOG_FUNCTION_TEMPLATES
return data

Expand Down

0 comments on commit 4609163

Please sign in to comment.