mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-06 08:16:03 +00:00
Fix Biome formatting in renderer.ts
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
32b619fe1f
commit
37ef077490
1 changed files with 0 additions and 1 deletions
|
|
@ -244,7 +244,6 @@ function drawEdges(
|
|||
continue
|
||||
}
|
||||
|
||||
|
||||
const src = nodeMap.get(srcId)
|
||||
const tgt = nodeMap.get(tgtId)
|
||||
if (!src || !tgt) continue
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue