fix
This commit is contained in:
parent
7eeaf85750
commit
2178caa0c1
1 changed files with 1 additions and 1 deletions
|
|
@ -596,7 +596,7 @@ export class CreateEvaluationExpertise {
|
|||
author?: string | null;
|
||||
|
||||
@Column()
|
||||
subject?: string | null;
|
||||
subject?: string[] | null;
|
||||
|
||||
@Column()
|
||||
commanderFullname?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue