0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/.changeset/funny-pets-walk.md
Johannes Klauss 2e92e9aa97
Fix: Crash in NodeApp.render if req.body is null (#6688)
* Add additional null check for req.body

* Add changeset
2023-03-28 12:24:01 -04:00

5 lines
103 B
Markdown

---
'astro': patch
---
Add a additional check for `null` on the `req.body` check in `NodeApp.render`.