fix: de verkeerde klasse werd meegegeven
This commit is contained in:
parent
985050a224
commit
f605abb1ec
1 changed files with 1 additions and 1 deletions
|
@ -116,4 +116,4 @@ export const getLearningPathRepository = repositoryGetter<
|
|||
export const getAttachmentRepository = repositoryGetter<
|
||||
Attachment,
|
||||
AttachmentRepository
|
||||
>(Assignment);
|
||||
>(Attachment);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue