I found a problem that when bodyParser middleware is used, the return value from following handlers cannot pass through it. So I fix bodyParser function to return the value from next() function.
I also fix no-return-await ESLint warning because the disable markers annoy me.
I found a problem that when
bodyParser
middleware is used, the return value from following handlers cannot pass through it. So I fixbodyParser
function to return the value fromnext()
function.I also fix
no-return-await
ESLint warning because the disable markers annoy me.