Skip to content

Commit

Permalink
Merge pull request #575 from code4romania/fix/475-be
Browse files Browse the repository at this point in the history
fix: [475] remove backend min length for app description
  • Loading branch information
dragos1195 committed Jul 12, 2024
2 parents 82694bc + 826682f commit 98371d1
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 98371d1

Please sign in to comment.