fix: IsNumber cannot check for zero decimal places #523
Labels
status: done/released
Issue has been completed, no further action is needed.
type: fix
Issues describing a broken feature.
checking for zero decimal places does not work:
The following validation logic is wrong:
class-validator/src/validation/Validator.ts
Line 438 in 90a6638
instead it should check if
maxDecimalPlaces
isundefined
:The text was updated successfully, but these errors were encountered: