Skip to content

Commit

Permalink
fix: set cookies to undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 25, 2022
1 parent 7ebcc65 commit bf7fed6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default class LambdaProxyIntegrationEventV2 {
}
return `${key}=${value}`
})
: ''
: undefined

return {
body,
Expand Down

0 comments on commit bf7fed6

Please sign in to comment.