From ddf65bb187544def0e82b41df9347f246c6aca5a Mon Sep 17 00:00:00 2001 From: Pahud Hsieh Date: Mon, 9 Sep 2024 14:30:16 +0000 Subject: [PATCH] lint --- packages/aws-cdk-lib/aws-eks/lib/fargate-profile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk-lib/aws-eks/lib/fargate-profile.ts b/packages/aws-cdk-lib/aws-eks/lib/fargate-profile.ts index 8597df95afd47..2d2d1643ac808 100644 --- a/packages/aws-cdk-lib/aws-eks/lib/fargate-profile.ts +++ b/packages/aws-cdk-lib/aws-eks/lib/fargate-profile.ts @@ -204,7 +204,7 @@ export class FargateProfile extends Construct implements ITaggable { const supportConfigMap = [ undefined, AuthenticationMode.CONFIG_MAP, - AuthenticationMode.API_AND_CONFIG_MAP + AuthenticationMode.API_AND_CONFIG_MAP, ].includes(props.cluster.authenticationMode); if (supportConfigMap) {