mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
Remove unnecessary decorator from statusValue property in automation DTO class
This commit is contained in:
@ -39,7 +39,6 @@ class Expr {
|
||||
public comparator: string;
|
||||
|
||||
@ApiProperty({ description: 'Status value', required: true })
|
||||
@IsBoolean()
|
||||
@IsNotEmpty()
|
||||
public statusValue: any;
|
||||
}
|
||||
|
Reference in New Issue
Block a user