Skip to content

Commit eab84b5

Browse files
committed
Code Update: Review Comments
1 parent 283a400 commit eab84b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sources/packages/web/src/services/http/dto/Student.dto.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class UpdateStudentAPIInDTO extends AddressDetailsFormAPIDTO {
3939
}
4040

4141
export interface UpdateStudentDetailsAPIInDTO {
42-
givenNames: string;
42+
givenNames?: string;
4343
lastName: string;
4444
birthdate: string;
4545
email: string;

0 commit comments

Comments
 (0)