Skip to content

Commit

Permalink
only bypass obsolete (and expensive) query
Browse files Browse the repository at this point in the history
The rest of the flow is still needed to finish triggering completion
events, until we refactor this more cleanly.
  • Loading branch information
hotzevzl committed Mar 8, 2024
1 parent 2e23a27 commit 2eb6a77
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,12 @@ export class MoveDataFromPreparationHandler
specificationId: command.specificationId,
});
});

this.eventBus.publish(
new DataMovedFormPreparationEvent(
command.scenarioId,
command.specificationId,
),
);
}
}

0 comments on commit 2eb6a77

Please sign in to comment.