Skip to content

Commit

Permalink
fix(aws-cdk): fixed export name
Browse files Browse the repository at this point in the history
  • Loading branch information
kedrzu committed Sep 13, 2023
1 parent 7f13f13 commit 242077c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/aws-cdk/src/Stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export class Stack extends cdk.Stack {

const output = new CfnOutput(this, name, {
value,
exportName: name,
});

return () => {
Expand Down

0 comments on commit 242077c

Please sign in to comment.