style: fix linting issues met Prettier
This commit is contained in:
parent
537b1e23ee
commit
952f420f5a
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue