Skip to content

Commit

Permalink
Fix incorrect property name
Browse files Browse the repository at this point in the history
Got mixed up in the previous merge commit
  • Loading branch information
Curtis committed Jun 23, 2021
1 parent fe7d114 commit ab6d411
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/@aws-cdk/aws-msk/lib/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,7 @@ export class Cluster extends ClusterBase {
},
};
} else if (
props.clientAuthentication?.tlsProps?.certificateAuthorityArns !==
undefined
props.clientAuthentication?.tlsProps?.certificateAuthorities !== undefined
) {
clientAuthentication = {
tls: {
Expand Down

0 comments on commit ab6d411

Please sign in to comment.