Skip to content

Commit b500519

Browse files
committed
chore: ignore SQ rather than add extra var declaration
1 parent 0ac46b1 commit b500519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cdkConstructs/src/constructs/RestApiGateway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export class RestApiGateway extends Construct {
194194
endpointType: EndpointType.REGIONAL,
195195
mtls: mtlsConfig
196196
},
197-
disableExecuteApiEndpoint: mtlsConfig ? true : false,
197+
disableExecuteApiEndpoint: mtlsConfig ? true : false, // NOSONAR
198198
endpointConfiguration: {
199199
types: [EndpointType.REGIONAL]
200200
},

0 commit comments

Comments
 (0)