samchon / nestia

NestJS Helper Libraries + TypeScript OpenAPI generator
https://nestia.io/
MIT License
1.71k stars 87 forks source link

Fix #898: bug of `@TypedFormData.Body()` with `.` character. #899

Closed samchon closed 2 months ago

samchon commented 2 months ago

I've used mis-implemented FormData parsing code of LLM generated, that splitting string value with , character.

This PR fixes the bug, by hand-written parsing logic.