Skip to content

Commit

Permalink
group.dto hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmet AYDIN committed Feb 8, 2020
1 parent 02104c8 commit 461213e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/dtos/group.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export class GroupCreateDto {
@IsNotEmpty()
@Length(2, 30)
name: string;
@IsNotEmpty()
@Length(2, 130)
description: string;
}

// tslint:disable-next-line: max-classes-per-file
Expand Down

0 comments on commit 461213e

Please sign in to comment.