Skip to content
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 #844 : fixing default export function issue #846

Merged
merged 1 commit into from Aug 16, 2023

Conversation

kesha-shah
Copy link
Contributor

This PR is to fix issue for exports.default functions which are part of operationId.
Currently it gives error Error: Route.get() requires a callback function but got a [object Object] because its returning default response and not the one which is mentioned in operationId with exports.default

@kesha-shah kesha-shah changed the title Issue #844 : fixing default export function issue Fix #844 : fixing default export function issue May 19, 2023
@cdimascio cdimascio merged commit 268d38a into cdimascio:master Aug 16, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants