bodyparser
bodyparser copied to clipboard
Fix return value of parser, fix eslint no-return-await
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.