Skip to content

Commit

Permalink
Merge pull request #77 from boostcampwm-2024/hotfix
Browse files Browse the repository at this point in the history
fix: CreateProjectDto 중복 해결
  • Loading branch information
hyo-limilimee authored Nov 14, 2024
2 parents 9e595db + 8cb4607 commit 1bf18ca
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 1bf18ca

Please sign in to comment.