mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +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()
|
this.flatOutputs = flatOutputs ?? this.calculateFlatOutputs()
|
||||||
}
|
}
|
||||||
|
|
||||||
private calculateFlatOutputs(): ReadonlyArray<ResultItemImpl> {
|
calculateFlatOutputs(): ReadonlyArray<ResultItemImpl> {
|
||||||
if (!this.outputs) {
|
if (!this.outputs) {
|
||||||
return []
|
return []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user