-
Notifications
You must be signed in to change notification settings - Fork 349
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: fixed addGrpcMetadata option #761
Conversation
98e720e
to
7e3e148
Compare
7e3e148
to
dfc69f1
Compare
Hey, @stephenh would you be so kind and have some time to look at this, please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @vojty ! Thanks for the PR, just a few questions, thanks!
dfc69f1
to
e0e0627
Compare
I've added 2 separate tests. The expected output:
|
Looks great, thank you! |
## [1.169.1](v1.169.0...v1.169.1) (2024-03-13) ### Bug Fixes * fixed addGrpcMetadata option ([#761](#761)) ([cb2b573](cb2b573))
🎉 This PR is included in version 1.169.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR should fix this issue #188
I've removed
addNestjsRestParameter
parameter completely fromsrc/generate-services.ts
sinceNestJS
seems to be handled ingenerate-nestjs
file.