Skip to content

Commit 6440166

Browse files
committed
fixing error
1 parent 330fb01 commit 6440166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-codepipeline-actions/test/cloudformation/integ.stacksets.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { Construct } from 'constructs';
2424
import * as cpactions from '../../lib';
2525

2626
export class StackSetPipelineStack extends Stack {
27-
constructor(scope: Construct, id: string, props: StackProps) {
27+
constructor(scope: Construct, id: string, props?: StackProps) {
2828
super(scope, id, props);
2929

3030
const pipeline = new codepipeline.Pipeline(this, 'Pipeline', {

0 commit comments

Comments
 (0)