refactor: remove residual campus and department fields
This commit is contained in:
@@ -63,9 +63,6 @@ export class CreateScheduleDto {
|
||||
@MaxLength(500)
|
||||
notes?: string;
|
||||
|
||||
@IsOptional()
|
||||
@IsInt()
|
||||
departmentId?: number;
|
||||
}
|
||||
|
||||
export class UpdateScheduleDto {
|
||||
|
||||
Reference in New Issue
Block a user