From bf7fed6cf04f15edec426b7848bc9d3d2fdc2a96 Mon Sep 17 00:00:00 2001 From: dnalborczyk Date: Sun, 25 Sep 2022 13:39:31 -0400 Subject: [PATCH] fix: set cookies to undefined --- src/events/http/lambda-events/LambdaProxyIntegrationEventV2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/http/lambda-events/LambdaProxyIntegrationEventV2.js b/src/events/http/lambda-events/LambdaProxyIntegrationEventV2.js index a3926fda8..06cb0e3fb 100644 --- a/src/events/http/lambda-events/LambdaProxyIntegrationEventV2.js +++ b/src/events/http/lambda-events/LambdaProxyIntegrationEventV2.js @@ -136,7 +136,7 @@ export default class LambdaProxyIntegrationEventV2 { } return `${key}=${value}` }) - : '' + : undefined return { body,