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;
|
author?: string | null;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
subject?: string | null;
|
subject?: string[] | null;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
commanderFullname?: string | null;
|
commanderFullname?: string | null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue