Merge branch 'dev' into lint-action-setup

This commit is contained in:
Tibo De Peuter 2025-03-04 21:45:46 +01:00
commit a4d34afcb3
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
32 changed files with 3116 additions and 2918 deletions

View file

@ -1,6 +1,6 @@
import { Entity, Enum, ManyToOne } from '@mikro-orm/core';
import { Student } from '../users/student.entity';
import { Class } from './class.entity';
import { Student } from '../users/student.entity.js';
import { Class } from './class.entity.js';
@Entity()
export class ClassJoinRequest {