fix null details
This commit is contained in:
parent
cfe3033faa
commit
e2168292ea
2 changed files with 7 additions and 4 deletions
|
|
@ -133,7 +133,7 @@ export class UpdateSalary {
|
|||
endDate?: Date;
|
||||
|
||||
@Column()
|
||||
details?: string;
|
||||
details?: string | null;
|
||||
|
||||
@Column()
|
||||
isSpecial: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue