style: fix linting issues met Prettier
This commit is contained in:
parent
f1ef976ac5
commit
0809e1b52e
2 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@ export class Assignment {
|
|||
@Property({ type: 'string' })
|
||||
learningPathHruid!: string;
|
||||
|
||||
@Property({ type: 'datetime'})
|
||||
@Property({ type: 'datetime' })
|
||||
deadline?: Date;
|
||||
|
||||
@Enum({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue