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
Hello, This library is broken with the new version of nestjs v6.3.1.
Nest can't resolve dependencies of the MyHealthIndicator (?). Please make sure that the argument at index [0] is available in the MyModule context.
See @kamilmysliwiec comment on nestjs/nest repo issue nestjs/nest#2359. I've done a minimal repo here. Best Regards
The text was updated successfully, but these errors were encountered:
Thanks for the report and links. I’ll try and fix this today.
Sorry, something went wrong.
6042ce9
@cdupetit please test and let me know if this works. I didn't have a chance to write any tests to confirm it works. Released as v2.0.0
@willsoto I've test and it works. Thank you for the responsiveness.
No branches or pull requests
Hello,
This library is broken with the new version of nestjs v6.3.1.
See @kamilmysliwiec comment on nestjs/nest repo issue nestjs/nest#2359.
I've done a minimal repo here.
Best Regards
The text was updated successfully, but these errors were encountered: