Fixed entites_section_list comma error

This commit is contained in:
Lukas Selch 2025-03-07 12:04:10 +01:00 committed by GitHub
parent 3286a0d57f
commit bad3781f51
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):