This commit is contained in:
parent
5525d199da
commit
1c9bcb750f
|
@ -262,7 +262,7 @@ export default function killTheNewsletter(
|
||||||
|
|
||||||
webApplication.post<{}, HTML, { name?: string }, {}, {}>("/", (req, res) => {
|
webApplication.post<{}, HTML, { name?: string }, {}, {}>("/", (req, res) => {
|
||||||
if (
|
if (
|
||||||
req.body.name === undefined ||
|
typeof req.body.name !== "string" ||
|
||||||
req.body.name.trim() === "" ||
|
req.body.name.trim() === "" ||
|
||||||
req.body.name.length > 500
|
req.body.name.length > 500
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue