Remove unnecessary decorator from statusValue property in automation DTO class

This commit is contained in:
faris Aljohari
2024-07-24 10:51:10 +03:00
parent e96e6db34d
commit aafb9e4da9

View File

@ -39,7 +39,6 @@ class Expr {
public comparator: string;
@ApiProperty({ description: 'Status value', required: true })
@IsBoolean()
@IsNotEmpty()
public statusValue: any;
}