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
A missing await when registering the plugins async method with fastify causes this plugin itself to be un-awaitable.
Line in question, solution details in PR, opened momentarily
fastify-openapi-glue/index.js
Line 152 in b75fb87
The text was updated successfully, but these errors were encountered:
Add await to deterministically finish registering with fastify
cd3d964
Closes seriousme#627
46a6a26
Successfully merging a pull request may close this issue.
A missing await when registering the plugins async method with fastify causes this plugin itself to be un-awaitable.
Line in question, solution details in PR, opened momentarily
fastify-openapi-glue/index.js
Line 152 in b75fb87
The text was updated successfully, but these errors were encountered: