Skip to content

Commit

Permalink
fix: CreateProjectDto 중복 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
sjy2335 committed Nov 14, 2024
1 parent 9e595db commit 8cb4607
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/console-server/src/project/dto/create-project.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,4 @@ export class CreateProjectDto {
@IsNumber()
@IsNotEmpty()
generation: number;

@IsEmail()
@IsNotEmpty()
email: string;
}

0 comments on commit 8cb4607

Please sign in to comment.