fix: entity zelf als argument in plaats van repo
This commit is contained in:
parent
c40b523562
commit
fb4dadcb18
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export const getClassJoinRequestRepository = repositoryGetter<
|
|||
export const getTeacherInvitationRepository = repositoryGetter<
|
||||
TeacherInvitation,
|
||||
TeacherInvitationRepository
|
||||
>(TeacherInvitationRepository);
|
||||
>(TeacherInvitation);
|
||||
|
||||
/* Assignments */
|
||||
export const getAssignmentRepository = repositoryGetter<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue