diff --git a/src/app.module.ts b/src/app.module.ts index 6389d4f..c99acc1 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -77,14 +77,14 @@ dotenv.config({ path: `.${process.env.NODE_ENV}.env` }); provide: APP_INTERCEPTOR, useClass: UnicodeDigitsNormalizeInterceptor, }, - { - provide: APP_PIPE, - useValue: new ValidationPipe({ - transform: true, - whitelist: true, - forbidNonWhitelisted: false, - }), - }, + // { + // provide: APP_PIPE, + // useValue: new ValidationPipe({ + // transform: true, + // whitelist: true, + // forbidNonWhitelisted: false, + // }), + // }, ], }) export class AppModule {}