This commit is contained in:
2025-12-17 09:42:38 +03:30
parent 5a5d2271d7
commit 464d8aaa77
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -99,12 +99,6 @@ export class CreateFoodDto {
@ApiPropertyOptional({ example: 0 })
discount?: number;
@IsOptional()
@IsNumber()
@Min(0)
@Type(() => Number)
@ApiPropertyOptional({ example: 0 })
score?: number;
@IsOptional()
@IsBoolean()