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 GitHub
parent 688193ad9a
commit ef9b625208

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