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 samchon/typia#880 - any type comes when assertClone option. #692

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

samchon
Copy link
Owner

@samchon samchon commented Nov 23, 2023

In nowadays, I've added an option that configure assertClone to be TypedBody()'s validator.

By the way, I've taken a mistake that have not considered the any typed property case from the request body DTO.

This PR fixes the problem, by supporting the any typed value cloning.

In nowadays, I've added an option that configure `assertClone` to be `TypedBody()`'s validator. By the way, I've taken a mistake that have not considered the any typed property case from the request body DTO.

This PR fixes the problem, by supporting the `any` typed value cloning.
@samchon samchon added the bug Something isn't working label Nov 23, 2023
@samchon samchon self-assigned this Nov 23, 2023
Copy link
Owner Author

@samchon samchon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem on the test program, so commit it.

@samchon samchon merged commit 52dff3e into master Nov 23, 2023
4 checks passed
@samchon samchon deleted the features/assertClone branch November 23, 2023 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant