From 846c1d474a0c94ab1cc08eb0f8df162de474b46a Mon Sep 17 00:00:00 2001 From: v_yjpgyang Date: Mon, 9 Sep 2024 11:05:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dbscp=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E6=B8=B2=E6=9F=93=E4=B8=AD=E6=96=87title?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=BA=E8=8B=B1=E6=96=87=20(closed=20#2426?= =?UTF-8?q?)=20#=20Reviewed,=20transaction=20id:=2017710?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/backend/plugin/tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/backend/plugin/tools.py b/apps/backend/plugin/tools.py index 79f58f1f7..139e7640c 100644 --- a/apps/backend/plugin/tools.py +++ b/apps/backend/plugin/tools.py @@ -178,7 +178,6 @@ def _validate_node(_node: Dict[str, Any]) -> Dict[str, Any]: # 初始化 properties validated_node["properties"] = {} for title, property_node in node["properties"].items(): - property_node["title"] = title property_node["depth"] = depth stack.append(property_node) # 初始化 properties 子节点