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: config function not passing in req #67

Merged
merged 1 commit into from
Oct 19, 2022

Conversation

matt-clegg
Copy link
Contributor

While trying to use functions in the config file, the req object was not being passed in. It seems this was being caused by the .call usage in the server middleware. I have instead removed it to call the function directly which seemed to have fixed the issue.

@dan-hammond
Copy link

@ricardogobbosouza sorry to @ you, but do you mind reviewing this please?

@ricardogobbosouza ricardogobbosouza changed the title fix: fixed config function not passing in req fix: config function not passing in req Oct 19, 2022
@ricardogobbosouza
Copy link
Collaborator

Thanks @matt-clegg

@ricardogobbosouza ricardogobbosouza merged commit afc1978 into nuxt-modules:main Oct 19, 2022
@dargmuesli
Copy link
Contributor

Would you mind to release a new version containing the latest changes, @ricardogobbosouza?

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

4 participants