feat: (BROKEN) kolossale bug in POST group aan het fixen
This commit is contained in:
parent
1b66493821
commit
53c85eadb0
6 changed files with 36 additions and 13 deletions
|
@ -1,4 +1,5 @@
|
|||
import {
|
||||
Collection,
|
||||
Entity,
|
||||
Enum,
|
||||
ManyToOne,
|
||||
|
@ -50,5 +51,5 @@ export class Assignment {
|
|||
},
|
||||
mappedBy: 'assignment',
|
||||
})
|
||||
groups!: Group[];
|
||||
groups!: Collection<Group>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue