Skip to content
Merged
Prev Previous commit
Update src/scripts/app.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
christian-byrne and coderabbitai[bot] authored Dec 13, 2025
commit 8eb36fbc1a317051f25451b74c79fbeac054e520
1 change: 0 additions & 1 deletion src/scripts/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,6 @@ export class ComfyApp {
return typeof classType === 'string' && inputsIsRecord
})
}
}

loadApiJson(apiData: ComfyApiWorkflow, fileName: string) {
useWorkflowService().beforeLoadNewGraph()
Expand Down
Loading