Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonmorixe authored Mar 19, 2021
1 parent 6aef746 commit 681573f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import * as DB from '@nestjs/mongoose'
import * as GQL from '@nestjs/graphql'
import * as mongoose from 'mongoose'
import * as V from 'class-validator'
import { ValidateSchema } from 'nestjs-class-validator-error-handler'
import { ValidateSchema, Model } from 'nestjs-class-validator-error-handler'

@GQL.ObjectType()
@DB.Schema({
Expand Down

0 comments on commit 681573f

Please sign in to comment.