style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-14 14:53:04 +00:00
parent 8e2643f596
commit d88add8351
9 changed files with 48 additions and 52 deletions

View file

@ -1,8 +1,8 @@
import {Entity, Enum, ManyToOne} from '@mikro-orm/core';
import { Entity, Enum, ManyToOne } from '@mikro-orm/core';
import { Teacher } from '../users/teacher.entity.js';
import { Class } from './class.entity.js';
import { TeacherInvitationRepository } from '../../data/classes/teacher-invitation-repository.js';
import {ClassStatus} from "@dwengo-1/common/util/class-join-request";
import { ClassStatus } from '@dwengo-1/common/util/class-join-request';
/**
* Invitation of a teacher into a class (in order to teach it).