-
Notifications
You must be signed in to change notification settings - Fork 13k
refactor: update ExtractValidation type to use 'unknown' #36318
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
refactor: update ExtractValidation type to use 'unknown' #36318
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
3f15b10 to
0a587a3
Compare
d405d25 to
cd8c5da
Compare
|
This is also an issue with POST; perhaps changes could also be made to POST, PUT, etc. |
description:
Change the ExtractValidation type to return 'unknown' instead of 'never' for the case where the params return never'. Instead of never, unknown should be good.
Tests: