mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-01 19:20:10 +00:00
Fix DTO return type to allow clean test/merge (#4426)
This commit is contained in:
@@ -46,7 +46,7 @@ export class ExecutableGroupNodeChildDTO extends ExecutableNodeDTO {
|
||||
|
||||
return {
|
||||
node: inputNodeDto,
|
||||
origin_id: inputNode.id,
|
||||
origin_id: String(inputNode.id),
|
||||
origin_slot: link.origin_slot
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user