Skip to content

Commit

Permalink
fix: [475] remove backend min length for app description
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos1195 committed Jul 12, 2024
1 parent 54c9066 commit 826682f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class CreateApplicationDto {
shortDescription: string;

@IsString()
@Length(200, 7000)
@Length(2, 7000)
description: string;

@IsString()
Expand Down

0 comments on commit 826682f

Please sign in to comment.