Removed checking for hide_email.
This commit is contained in:
parent
7e11e3a5e6
commit
b7a2576369
@ -143,7 +143,6 @@ function setRoutes() {
|
|||||||
.post('/guestbook', bodyParser, async ctx => {
|
.post('/guestbook', bodyParser, async ctx => {
|
||||||
const post = ctx.request.body;
|
const post = ctx.request.body;
|
||||||
|
|
||||||
post.hide_email = post.hide_email !== undefined;
|
|
||||||
post.hide_website = post.hide_website !== undefined;
|
post.hide_website = post.hide_website !== undefined;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user