Skip to content

Commit 9776513

Browse files
committed
nit
1 parent ced55b1 commit 9776513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ export class ComfyApp {
12801280
executeWidgetsCallback(
12811281
p.workflow.nodes
12821282
.map((n) => this.graph.getNodeById(n.id))
1283-
.filter((n) => !!n) as LGraphNode[],
1283+
.filter((n) => !!n),
12841284
'afterQueued'
12851285
)
12861286
this.canvas.draw(true, true)

0 commit comments

Comments
 (0)