style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-16 10:57:18 +00:00
parent 537b1e23ee
commit 952f420f5a
2 changed files with 1 additions and 2 deletions

View file

@ -36,7 +36,7 @@ export async function seedORM(orm: MikroORM): Promise<void> {
const groups = makeTestGroups(em);
assignments[0].groups = new Collection<Group>([getTestGroup01(), getTestGroup02(), getTestGroup03()])
assignments[0].groups = new Collection<Group>([getTestGroup01(), getTestGroup02(), getTestGroup03()]);
assignments[1].groups = new Collection<Group>([getTestGroup04()]);
const teacherInvitations = makeTestTeacherInvitations(em);