Skip to content

Commit

Permalink
Remove comments, remove unneeded ValidateNested.
Browse files Browse the repository at this point in the history
  • Loading branch information
boyko authored May 4, 2020
1 parent 8e3126a commit ede18e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions __tests__/additionalProperties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ class User {

// @ts-ignore: not referenced
class Post {
// @ts-ignore
@ValidateNested({each: true})
// @Matches(/w{10}/, {each: true})
@Type(() => {
return String
})
@MinLength(2, {each: true})
// users: User[]
userStatus: Map<string, string>
}

Expand Down

0 comments on commit ede18e0

Please sign in to comment.