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;