Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…workflow-engine
  • Loading branch information
koladilip authored Oct 1, 2024
2 parents 0938ac5 + f56f28e commit ed5685e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/composed/executors/composable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ExecutionBindings, Step, StepExecutor, StepOutput } from '../../../comm
* on top the given step executor.
*/
export class ComposableStepExecutor implements StepExecutor {
private stepExecutor: StepExecutor;
private readonly stepExecutor: StepExecutor;

constructor(stepExecutor: StepExecutor) {
this.stepExecutor = stepExecutor;
Expand Down

0 comments on commit ed5685e

Please sign in to comment.