This commit is contained in:
yumoqing 2026-03-13 14:43:32 +08:00
parent 344faa1e9a
commit 40884a97dc

View File

@ -322,7 +322,7 @@ where backid=${backid}$
'ctx': ctx,
'node': node
}
on_array = await self.get_multiple_array(m_on):
on_array = await self.get_multiple_array(m_on)
for e in on_array:
nnodes.add((edge['to'], str(e)))
for node, ctx_ext in nnodes: