fix(backend): Verdere door de aanpassingen veroorzaakte compilatiefouten opgelost

This commit is contained in:
Gerald Schmittinger 2025-04-07 00:44:20 +02:00
parent f9b83bc4af
commit b1df95da63
7 changed files with 46 additions and 15 deletions

View file

@ -25,7 +25,7 @@ export class Submission {
entity: () => Group,
primary: true
})
onBehalfOf: Group;
onBehalfOf!: Group;
@ManyToOne({
entity: () => Student,