mirror of
https://github.com/n08i40k/schedule-parser-next.git
synced 2025-12-06 09:47:46 +03:00
ESLint фиксы
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import { UpdateTokenDto } from "./update-token.dto";
|
import { UpdateTokenDto } from "./update-token.dto";
|
||||||
|
|
||||||
export class UpdateTokenResponseDto extends UpdateTokenDto {
|
export class UpdateTokenResponseDto extends UpdateTokenDto {}
|
||||||
}
|
|
||||||
|
|||||||
@@ -16,4 +16,4 @@ export class CacheStatusDto extends V2CacheStatusDto {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ export class V1CacheStatusDto {
|
|||||||
@IsHash("sha1")
|
@IsHash("sha1")
|
||||||
@Expose()
|
@Expose()
|
||||||
cacheHash: string;
|
cacheHash: string;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,4 +22,4 @@ export class V1GroupDto {
|
|||||||
this.name = name;
|
this.name = name;
|
||||||
this.days = [];
|
this.days = [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -73,4 +73,4 @@ export class V1LessonDto {
|
|||||||
this.cabinets = cabinets;
|
this.cabinets = cabinets;
|
||||||
this.teacherNames = teacherNames;
|
this.teacherNames = teacherNames;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ export class V1ScheduleGroupNamesDto {
|
|||||||
})
|
})
|
||||||
@IsArray()
|
@IsArray()
|
||||||
names: Array<string>;
|
names: Array<string>;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ export class V2LessonSubGroupDto {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* ФИО преподавателя
|
* ФИО преподавателя
|
||||||
* @example "Хомченко Н.Е."
|
* @example "Хомченко Н. Е."
|
||||||
*/
|
*/
|
||||||
@IsString()
|
@IsString()
|
||||||
teacher: string;
|
teacher: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user