Skip to content

Commit

Permalink
HARMONY-1652: Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
indiejames committed Jan 19, 2024
1 parent 446547a commit 4784422
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ async function createNextWorkItems(
// for the next step if we have completed all the work-items for the current step
// 3. next step does not aggregate, so we create a new work-item for the next step for each
// result from this work-item update
// if (results && results.length > 0 || nextWorkflowStep.isBatched) {
if (nextWorkflowStep.hasAggregatedOutput) {
if (nextWorkflowStep.isBatched) {
let sortIndex;
Expand Down

0 comments on commit 4784422

Please sign in to comment.