(ref: string)
| 71 | }) |
| 72 | |
| 73 | const remap = (ref: string) => idByName.get(ref) ?? ref |
| 74 | const workflowGroups = schema.workflowGroups?.map((group) => ({ |
| 75 | ...group, |
| 76 | outputs: group.outputs.map((o) => ({ ...o, columnName: remap(o.columnName) })), |
no test coverage detected