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";
|
||||
|
||||
export class UpdateTokenResponseDto extends UpdateTokenDto {
|
||||
}
|
||||
export class UpdateTokenResponseDto extends UpdateTokenDto {}
|
||||
|
||||
@@ -19,7 +19,7 @@ export class V2LessonSubGroupDto {
|
||||
|
||||
/**
|
||||
* ФИО преподавателя
|
||||
* @example "Хомченко Н.Е."
|
||||
* @example "Хомченко Н. Е."
|
||||
*/
|
||||
@IsString()
|
||||
teacher: string;
|
||||
|
||||
Reference in New Issue
Block a user