fix: evaluation issues

This commit is contained in:
Jannat Patel
2025-11-10 11:24:43 +05:30
parent b7144727e9
commit 85d793ee64
5 changed files with 8 additions and 9 deletions
-2
View File
@@ -1492,9 +1492,7 @@ def update_meta_info(type, route, meta_tags):
else:
new_tag = frappe.new_doc("Website Meta Tag")
new_tag.update(tag_properties)
print(new_tag)
new_tag.insert()
print(new_tag.as_dict())
@frappe.whitelist()