Skip to content

Commit

Permalink
rm comments
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Jan 24, 2025
1 parent ee11ba4 commit 3719ec5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/aws-cdk-lib/core/lib/asset-staging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ export class AssetStaging extends Construct {
assetHashType: this.hashType,
customFingerprint: this.customSourceFingerprint,
extraHash: props.extraHash,
// TODO: may be a breaking change even by adding this if the include is undefined when version upgrading...
include: props.include,
exclude: props.exclude,
ignoreMode: props.ignoreMode,
Expand Down

0 comments on commit 3719ec5

Please sign in to comment.