Merge pull request #1021 from da-luggas/main

Fixed entites_section_list comma error
This commit is contained in:
zrguo 2025-03-09 00:19:41 +08:00 committed by GitHub
commit 38ebb16d63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1152,7 +1152,8 @@ async def _get_node_data(
"entity",
"type",
"description",
"rank" "created_at",
"rank",
"created_at",
]
]
for i, n in enumerate(node_datas):