Fix linting
This commit is contained in:
parent
ffcd75a408
commit
19a4158419
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ const fetchGraph = async (label: string, maxDepth: number, maxNodes: number) =>
|
|||
console.error(`Source node ${edge.source} is undefined`)
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
const targetNode = rawData.nodes[target]
|
||||
if (!targetNode) {
|
||||
console.error(`Target node ${edge.target} is undefined`)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue