mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 15:40:10 +00:00
Fix type check on TaskItemImpl (#529)
This commit is contained in:
@@ -70,7 +70,7 @@ export class TaskItemImpl {
|
||||
this.flatOutputs = flatOutputs ?? this.calculateFlatOutputs()
|
||||
}
|
||||
|
||||
private calculateFlatOutputs(): ReadonlyArray<ResultItemImpl> {
|
||||
calculateFlatOutputs(): ReadonlyArray<ResultItemImpl> {
|
||||
if (!this.outputs) {
|
||||
return []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user