middyjs / middy

🛵 The stylish Node.js middleware engine for AWS Lambda 🛵
https://middy.js.org
MIT License
3.73k stars 376 forks source link

refactor(ws-response): mutability on response #1220

Closed nbusser closed 4 months ago

nbusser commented 4 months ago

With commit d44e6797b2cf9dbca0b66c855217a8d0adf37200, fixing issue https://github.com/middyjs/middy/issues/1219, mutability is not required anymore on request.response.

willfarrell commented 4 months ago

Thanks! I'll update the tests.