-
Notifications
You must be signed in to change notification settings - Fork 508
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
feat: support using custom multer instance in RegisterRoutes #1638
feat: support using custom multer instance in RegisterRoutes #1638
Conversation
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.
Hello there midoelhawy 👋
Thank you and congrats 🎉 for opening your first PR on this project.✨
We will review the following PR soon! 👀
LGTM, but can you add a test in one of the setups maybe? |
Hi @WoH, Makes sense. I've now added the automatic tests to avoid bad configuration errors:
Thanks! |
…' of github.com:midoelhawy/tsoa into support-using-custom-multer-instance-in-register-routes
Hi @WoH, There were some ESLint errors outside my edited files, but they were resolved by merging master into my branch. Everything works now. Can you run the tests again, please? |
Hi @WoH, These errors are related to @typescript-eslint rules. They appeared only after cleaning the yarn.lock, so I think they're related to some new @typescript-eslint patch.
I fixed them by ignoring the errors in some cases and by fixing the types when possible. Can you run the Build action again, please? |
LGTM, thanks for your contribution, and, tbh, your patience |
All Submissions:
Closing issues
closes #1483
If this is a new feature submission:
Potential Problems With The Approach
Test plan