mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 02:24:54 +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;
|
public comparator: string;
|
||||||
|
|
||||||
@ApiProperty({ description: 'Status value', required: true })
|
@ApiProperty({ description: 'Status value', required: true })
|
||||||
@IsBoolean()
|
|
||||||
@IsNotEmpty()
|
@IsNotEmpty()
|
||||||
public statusValue: any;
|
public statusValue: any;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user