79086568

Date: 2024-10-14 14:34:35
Score: 0.5
Natty:
Report link

For your @Transform handler to get called you need to enable the global validation pipe.

In your main.ts file add the following line to enable transformation:

app.useGlobalPipes(new ValidationPipe({ transform: true }))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AndreiC