feat: deadline toevoegen aan de testdata

This commit is contained in:
Joyelle Ndagijimana 2025-05-11 16:13:07 +02:00
parent fb144e94a0
commit b493b5aae2
2 changed files with 18 additions and 8 deletions

View file

@ -26,7 +26,7 @@ export class Assignment {
@Property({ type: 'string' })
learningPathHruid!: string;
@Property({ type: 'datetime' , nullable: true})
@Property({ type: 'datetime'})
deadline?: Date;
@Enum({