fix null details

This commit is contained in:
AdisakKanthawilang 2024-02-22 13:53:58 +07:00
parent cfe3033faa
commit e2168292ea
2 changed files with 7 additions and 4 deletions

View file

@ -133,7 +133,7 @@ export class UpdateSalary {
endDate?: Date;
@Column()
details?: string;
details?: string | null;
@Column()
isSpecial: boolean;