fix(core): Error when multiple nodes return items with multiple paired items (#14883)

This commit is contained in:
RomanDavydchuk 2025-04-28 13:48:53 +03:00 committed by GitHub
parent 9672a6db0a
commit ddb688ba30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -900,7 +900,7 @@ export class WorkflowDataProxy {
return null;
}
})
.filter((result) => result !== null);
.filter((result) => result !== null && result !== undefined);
if (results.length !== 1) {
// Check if the results are all the same