fix: Same edge function
This commit is contained in:
parent
2c8cff96f2
commit
a1b08aa300
@ -151,7 +151,7 @@
|
||||
}
|
||||
|
||||
for (const edge of next) {
|
||||
if (!set.has(`${edge.source}-${edge.target}`)) {
|
||||
if (!set.has(`${edge.source.id}-${edge.target.id}`)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user