Skip to content

Commit

Permalink
Remove size from legacyId on DTO
Browse files Browse the repository at this point in the history
* Front end has no length requirement
  • Loading branch information
Daniel Haselhan committed Oct 11, 2023
1 parent d58eaa3 commit cb54ae4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/apps/alcs/src/alcs/search/search.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export class SearchRequestDto extends PagingRequestDto {

@IsString()
@IsOptional()
@MinLength(3)
legacyId?: string;

@IsString()
Expand Down

0 comments on commit cb54ae4

Please sign in to comment.