Fix DTO return type to allow clean test/merge (#4426)

This commit is contained in:
filtered
2025-07-11 19:27:31 +10:00
committed by Terry Jia
parent 8eccfbdc3c
commit 0b21a03421

View File

@@ -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
}
}