fix: deel van linting problemen gefixt
This commit is contained in:
parent
08d8dd924c
commit
b9e71de281
18 changed files with 22 additions and 39 deletions
|
@ -1,4 +1,4 @@
|
|||
import { Collection, Entity, ManyToMany, ManyToOne, PrimaryKey } from '@mikro-orm/core';
|
||||
import { Entity, ManyToMany, ManyToOne, PrimaryKey } from '@mikro-orm/core';
|
||||
import { Assignment } from './assignment.entity.js';
|
||||
import { Student } from '../users/student.entity.js';
|
||||
import { GroupRepository } from '../../data/assignments/group-repository.js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue