ESLint фиксы

This commit is contained in:
2024-10-19 02:16:42 +04:00
parent 5fe5d56ca9
commit 39ba88105f
7 changed files with 7 additions and 8 deletions

View File

@@ -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 {}
}

View File

@@ -19,7 +19,7 @@ export class V2LessonSubGroupDto {
/** /**
* ФИО преподавателя * ФИО преподавателя
* @example "Хомченко Н.Е." * @example "Хомченко Н. Е."
*/ */
@IsString() @IsString()
teacher: string; teacher: string;