Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonLim8890 committed Dec 3, 2023
1 parent 3f557c2 commit 78e06ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/common/src/api-dtos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export class SignUpStudentDto {
}
export class UpdateStudentDto {
@IsOptional()
@IsNotEmpty()
@IsString()
fullName?: string;

Expand Down

0 comments on commit 78e06ad

Please sign in to comment.