Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix return value of parser, fix eslint no-return-await #139

Closed
wants to merge 1 commit into from

Conversation

sunboyy
Copy link

@sunboyy sunboyy commented Oct 13, 2020

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.

@3imed-jaberi
Copy link
Member

Fixed through this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants