From 58625787bd0027bb375a760271c5fed957ac6966 Mon Sep 17 00:00:00 2001 From: Jimmy Gaussen Date: Thu, 21 Mar 2024 16:59:30 +0100 Subject: [PATCH] chore: remove newline --- .../aws-apigatewayv2-integrations/lib/websocket/lambda.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/aws-cdk-lib/aws-apigatewayv2-integrations/lib/websocket/lambda.ts b/packages/aws-cdk-lib/aws-apigatewayv2-integrations/lib/websocket/lambda.ts index c9f0fb71a5832..3ae153e63ec79 100644 --- a/packages/aws-cdk-lib/aws-apigatewayv2-integrations/lib/websocket/lambda.ts +++ b/packages/aws-cdk-lib/aws-apigatewayv2-integrations/lib/websocket/lambda.ts @@ -74,7 +74,6 @@ export class WebSocketLambdaIntegration extends WebSocketRouteIntegration { type: WebSocketIntegrationType.AWS_PROXY, uri: integrationUri, timeout: this.props.timeout, - contentHandling: this.props.contentHandling, }; }