mirror of
https://github.com/n08i40k/schedule-parser-next.git
synced 2025-12-06 17:57:45 +03:00
format & lint
This commit is contained in:
@@ -4,9 +4,7 @@ import { IsArray, IsObject, ValidateNested } from "class-validator";
|
||||
import { Type } from "class-transformer";
|
||||
import { TeacherDto } from "./teacher.dto";
|
||||
|
||||
export class TeacherScheduleDto extends PickType(ScheduleDto, [
|
||||
"updatedAt",
|
||||
]) {
|
||||
export class TeacherScheduleDto extends PickType(ScheduleDto, ["updatedAt"]) {
|
||||
/**
|
||||
* Расписание преподавателя
|
||||
*/
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
import {
|
||||
Inject,
|
||||
Injectable,
|
||||
NotFoundException,
|
||||
} from "@nestjs/common";
|
||||
import { Inject, Injectable, NotFoundException } from "@nestjs/common";
|
||||
import { BasicXlsDownloader } from "./internal/xls-downloader/basic-xls-downloader";
|
||||
import { Cache, CACHE_MANAGER } from "@nestjs/cache-manager";
|
||||
import { plainToInstance } from "class-transformer";
|
||||
|
||||
Reference in New Issue
Block a user