From aad71add699a136eb865f89db8bb6a350d49b417 Mon Sep 17 00:00:00 2001 From: pythongosssss <125205205+pythongosssss@users.noreply.github.com> Date: Sat, 8 Apr 2023 14:52:24 +0100 Subject: [PATCH] const --- web/scripts/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/scripts/app.js b/web/scripts/app.js index 695d4a5d..dee4f65a 100644 --- a/web/scripts/app.js +++ b/web/scripts/app.js @@ -864,7 +864,7 @@ class ComfyApp { graphData = structuredClone(defaultGraph); } - let missingNodeTypes = []; + const missingNodeTypes = []; for (let n of graphData.nodes) { // Patch T2IAdapterLoader to ControlNetLoader since they are the same node now if (n.type == "T2IAdapterLoader") n.type = "ControlNetLoader";