Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

add missing argument for catchInvalidRequests #66

Merged
merged 1 commit into from
Apr 15, 2020
Merged

add missing argument for catchInvalidRequests #66

merged 1 commit into from
Apr 15, 2020

Conversation

gibkigonzo
Copy link
Contributor

Short description and why it's useful

In #59 I didn't add last argument next which wasn't used, but it is requires because if we have 3 will not get error as first argument.
app.use((err, req, res, next))
app.use((req, res,next))

IMPORTANT NOTICE - Remember to update CHANGELOG.md with a description of your change

Contribution and currently important rules acceptance

@ResuBaka ResuBaka merged commit 357e592 into vuestorefront:develop Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants