Skip to content

Commit ddf65bb

Browse files
committed
lint
1 parent 26b9c9a commit ddf65bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-eks/lib/fargate-profile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export class FargateProfile extends Construct implements ITaggable {
204204
const supportConfigMap = [
205205
undefined,
206206
AuthenticationMode.CONFIG_MAP,
207-
AuthenticationMode.API_AND_CONFIG_MAP
207+
AuthenticationMode.API_AND_CONFIG_MAP,
208208
].includes(props.cluster.authenticationMode);
209209

210210
if (supportConfigMap) {

0 commit comments

Comments
 (0)