diff --git a/src/searches/searches.dto.ts/searches.dto.ts b/src/searches/searches.dto.ts/searches.dto.ts index 52c4013..89bee2a 100644 --- a/src/searches/searches.dto.ts/searches.dto.ts +++ b/src/searches/searches.dto.ts/searches.dto.ts @@ -39,6 +39,5 @@ export class SearchesDto { }) @IsOptional() @IsString() - @MinLength(2) keyWord: string -} \ No newline at end of file +}