style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-02 12:56:03 +00:00
parent 87366b2821
commit 899af4dec5
20 changed files with 117 additions and 118 deletions

View file

@ -15,8 +15,7 @@ import {
import { BadRequestException } from '../../src/exceptions/bad-request-exception.js';
import { EntityAlreadyExistsException } from '../../src/exceptions/entity-already-exists-exception.js';
import { getStudentRequestsHandler } from '../../src/controllers/students.js';
import {TeacherDTO} from "dwengo-1-common/src/interfaces/teacher";
import { TeacherDTO } from 'dwengo-1-common/src/interfaces/teacher';
describe('Teacher controllers', () => {
let req: Partial<Request>;