Skip to content

Commit

Permalink
Update searches.dto.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
totobon6125 authored Nov 2, 2023
1 parent dfba3a2 commit 8ad6468
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/searches/searches.dto.ts/searches.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ export class SearchesDto {
})
@IsOptional()
@IsString()
@MinLength(2)
keyWord: string
}
}

0 comments on commit 8ad6468

Please sign in to comment.