We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey team! 👋
It looks like we're not using options.imports and passing them further down into forRoot and forRootAsync (potentially other places?)
options.imports
forRoot
forRootAsync
https://github.com/pmb0/nestjs-unleash/blob/master/src/unleash/unleash.module.ts#L100
I believe we need something as simple as [ ...options.imports ].
[ ...options.imports ]
Just wanted to create an issue to get the conversation started!
The text was updated successfully, but these errors were encountered:
Hello, thank you for reporting. I think you are right. Could you submit a pull request?
Sorry, something went wrong.
No branches or pull requests
Hey team! 👋
It looks like we're not using
options.imports
and passing them further down intoforRoot
andforRootAsync
(potentially other places?)https://github.com/pmb0/nestjs-unleash/blob/master/src/unleash/unleash.module.ts#L100
I believe we need something as simple as
[ ...options.imports ]
.Just wanted to create an issue to get the conversation started!
The text was updated successfully, but these errors were encountered: