fix linting, formatting

This commit is contained in:
peterkogo
2024-11-13 18:17:42 +01:00
parent 44ce37a081
commit ed1ead7b5a
12 changed files with 21 additions and 14 deletions
@@ -110,6 +110,7 @@
let prevConnections: Map<string, HandleConnection> | null = null;
$effect.pre(() => {
// connectionLookup is not reactive, so we use edges to get notified about updates
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
$edges;
if (onconnect || ondisconnect) {
let connections = $connectionLookup.get(`${nodeId}-${type}-${handleId}`);