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

feat: add option to exclude missing query parameters from strict validation #15

Merged
merged 2 commits into from
Mar 18, 2024

Conversation

restfulhead
Copy link
Owner

@restfulhead restfulhead commented Mar 18, 2024

By default, we now ignore if a query parameter code is supplied but not specified even in strict mode. The Azure portal seems to pass in the function key via query param instead of header value. So to make the portal work without having to specify the code query parameter in our API, we have to ignore this.

This PR also contains a lot of lint/code quality fixes which were missed before due to an invalid eslint configuration.

@restfulhead restfulhead changed the title fix: lint and code quality feat: add option to exclude missing query parameters from strict validation Mar 18, 2024
@restfulhead restfulhead merged commit f97fb2f into main Mar 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant