From 1c03e7ccf09c67b44613044e910d827fb97499a2 Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Thu, 18 Dec 2025 10:39:34 +0330 Subject: [PATCH] desc --- src/modules/cart/controllers/cart.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/cart/controllers/cart.controller.ts b/src/modules/cart/controllers/cart.controller.ts index f78a8d4..32b77bf 100644 --- a/src/modules/cart/controllers/cart.controller.ts +++ b/src/modules/cart/controllers/cart.controller.ts @@ -163,7 +163,7 @@ export class CartController { return this.cartService.setCarDelivery(userId, restaurantId, setCarDeliveryDto); } @Patch('all') - @ApiOperation({ summary: 'Set car delivery for cart' }) + @ApiOperation({ summary: 'Set all cart params' }) @ApiHeader(API_HEADER_SLUG) @ApiBody({ type: SetAllCartParmsDto }) setAllCartParams(