mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
fix(cdp): use icon url for template sha (#34446)
This commit is contained in:
@@ -247,6 +247,7 @@ class HogFunctionTemplate(UUIDModel):
|
||||
if dataclass_template.mapping_templates
|
||||
else None,
|
||||
"filters": dataclass_template.filters,
|
||||
"icon_url": dataclass_template.icon_url,
|
||||
}
|
||||
content_for_hash = json.dumps(template_dict, sort_keys=True)
|
||||
sha = cls.generate_sha_from_content(content_for_hash)
|
||||
|
||||
Reference in New Issue
Block a user