Removed checking for hide_email.

This commit is contained in:
Alexander Andreev 2022-08-27 04:19:41 +04:00
parent 7e11e3a5e6
commit b7a2576369
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ function setRoutes() {
.post('/guestbook', bodyParser, async ctx => {
const post = ctx.request.body;
post.hide_email = post.hide_email !== undefined;
post.hide_website = post.hide_website !== undefined;
try {