Fix linting

This commit is contained in:
Austin Mroz
2025-11-26 10:18:35 -08:00
parent 7981196482
commit d6f823b66d
2 changed files with 7 additions and 5 deletions

View File

@@ -1323,7 +1323,7 @@ export class ComfyApp {
workflow,
this.rootGraph.serialize() as unknown as ComfyWorkflowJSON
)
useSubgraphNavigationStore().updateHash()
void useSubgraphNavigationStore().updateHash()
requestAnimationFrame(() => {
this.canvas.setDirty(true, true)
})