79493475

Date: 2025-03-07 21:26:12
Score: 1
Natty:
Report link

Follow the solution of Afshin Rahmati. and add .name like bellow

export class SignUpDto{
    @ApiProperty()
    @MinLength(5, {
        message: i18nValidationMessage('i18n.MIN', {message: 'err'}).name
    })
    username:string;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hilaire Bekono