feat: teacher invitation databank api verbinding aangemaakt, bug in data repo waar teacher invitation repo niet juist werd teruggegeven gefixt
This commit is contained in:
parent
cfd0cce2df
commit
baf43e91de
6 changed files with 92 additions and 11 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