From 10b0bfe554646002de507008234b4d0d3aa7f0d3 Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Thu, 11 Dec 2025 12:50:35 +0330 Subject: [PATCH] bug --- src/modules/restaurants/dto/create-restaurant.dto.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/restaurants/dto/create-restaurant.dto.ts b/src/modules/restaurants/dto/create-restaurant.dto.ts index c61a247..48b0c7c 100644 --- a/src/modules/restaurants/dto/create-restaurant.dto.ts +++ b/src/modules/restaurants/dto/create-restaurant.dto.ts @@ -145,7 +145,7 @@ export class CreateRestaurantDto { }) @IsOptional() @IsObject() - scorePrice?: { + score?: { purchaseAmount: string; purchaseScore: string; scoreAmount: string;