Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
fix: try delete GraphQLValidationPipe
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Oct 24, 2021
1 parent 8c31dc0 commit b330e30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ import { WinstonLogModule } from './shared/log/log.module'
],

providers: [
{
provide: APP_PIPE,
useClass: GraphQLValidationPipe,
},
// {
// provide: APP_PIPE,
// useClass: GraphQLValidationPipe,
// },

{
provide: APP_GUARD,
Expand Down

0 comments on commit b330e30

Please sign in to comment.