fix: de verkeerde klasse werd meegegeven

This commit is contained in:
Laure Jablonski 2025-03-09 10:14:17 +01:00
parent 985050a224
commit f605abb1ec

View file

@ -116,4 +116,4 @@ export const getLearningPathRepository = repositoryGetter<
export const getAttachmentRepository = repositoryGetter< export const getAttachmentRepository = repositoryGetter<
Attachment, Attachment,
AttachmentRepository AttachmentRepository
>(Assignment); >(Attachment);