NestJS - Pipes
This code throws an error when sending
/true to @Get(':flag')
check(@Param('flag', ParseIntPipe) flag: number) { return flag; } What is the fix?