update review entity
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-15 12:07:58 +03:30
parent a05643daf5
commit 204b4f2007
7 changed files with 266 additions and 296 deletions
@@ -9,11 +9,6 @@ export class CreateReviewDto {
@ApiProperty({ description: 'Food ID' })
foodId: string;
@IsNotEmpty()
@IsString()
@ApiProperty({ description: 'Order ID' })
orderId: string;
@IsNotEmpty()
@IsNumber()
@Min(1)