style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-06 20:32:13 +00:00
parent b963101f62
commit 34facfe7c8
12 changed files with 70 additions and 72 deletions

View file

@ -11,10 +11,10 @@ import {
getClassStudents,
getClassTeacherInvitations,
getClassTeachers,
putClass
putClass,
} from '../services/classes.js';
import { ClassDTO } from '@dwengo-1/common/interfaces/class';
import {requireFields} from "./error-helper";
import { requireFields } from './error-helper';
import { EntityDTO } from '@mikro-orm/core';
import { Class } from '../entities/classes/class.entity.js';