Skip to content

Commit 5aa7237

Browse files
authored
outer return statement
1 parent 4be66d7 commit 5aa7237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ function initializeEventHandlers() {
6363
const nodeInfo = new NodeInfo(node.comfyClass || node.constructor.name, inputName);
6464
attachListeners(inputEl, nodeInfo);
6565
}
66-
return result;
6766
}
67+
return result;
6868
};
6969
}
7070

0 commit comments

Comments
 (0)