mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
2e92e9aa97
* Add additional null check for req.body * Add changeset
5 lines
103 B
Markdown
5 lines
103 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Add a additional check for `null` on the `req.body` check in `NodeApp.render`.
|