-
Notifications
You must be signed in to change notification settings - Fork 402
feat: Impossible to use UUID as param for object construction #706
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: Impossible to use UUID as param for object construction #706
Conversation
…g of the class purposes
@NoNameProvided @nolazybits could you review this PR, please? |
Please, use |
@qdanik thanks for suggesting it! |
@ivanproskuryakov Fix your PR title replace "fix:" with "feat:" |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
The usage of UUID instead of id in routes like http://0.0.0.0:3000/api/products/04879b32-c329-48d7-a652-818794b684f1
Is trying to build JSON object while returning a raw parameter(UUID) provided.
Ref: #703
Checklist
Update index.md
)develop
)npm run prettier:check
passesnpm run lint:check
passesFixes
The conditions the inside
normalizeParamValue
now excluding "param" type, keeping UUID strings untouched