fix: deadline nullable maken om errors te vermijden
This commit is contained in:
parent
24c8a395d6
commit
db55a9bea4
2 changed files with 5 additions and 7 deletions
|
@ -26,7 +26,7 @@ export class Assignment {
|
|||
@Property({ type: 'string' })
|
||||
learningPathHruid!: string;
|
||||
|
||||
@Property({ type: 'datetime' })
|
||||
@Property({ type: 'datetime', nullable: true })
|
||||
deadline?: Date;
|
||||
|
||||
@Enum({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue