Skip to content

Commit

Permalink
Remove unused boolean HAS_25610
Browse files Browse the repository at this point in the history
Fix prlinter issue

Fix prlinter issue
  • Loading branch information
GavinZZ committed Feb 22, 2024
1 parent 777d986 commit 773e3f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/@aws-cdk/spec2cdk/lib/cdk/resource-decider.ts
Expand Up @@ -153,15 +153,15 @@ export class ResourceDecider {
summary: 'Tag Manager which manages the tags for this resource',
},
},
initializer: (_: Expression) =>
initializer: (props: Expression) =>
new CDK_CORE.TagManager(
this.tagManagerVariant(variant),
expr.lit(this.resource.cloudFormationType),
expr.UNDEFINED,
$E(props)[originalName],
expr.object({ tagPropertyName: expr.lit(originalName) }),
),
cfnValueToRender: {
[originalName]: $this.tags.renderTags($this[rawTagsPropName]),
[originalName]: $this.tags.renderTags(),
},
},
{
Expand Down

0 comments on commit 773e3f4

Please sign in to comment.