refactor(students): remove obsolete class id input
This commit is contained in:
@@ -38,9 +38,6 @@ export class CreateStudentDto {
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
supervisor?: string;
|
||||
@IsOptional()
|
||||
@IsInt()
|
||||
classId?: number;
|
||||
}
|
||||
|
||||
export class UpdateStudentDto {
|
||||
|
||||
Reference in New Issue
Block a user