update cart

This commit is contained in:
2025-12-01 11:31:09 +03:30
parent 1bc3ba8cdc
commit 4093e3863e
5 changed files with 90 additions and 37 deletions
@@ -19,4 +19,3 @@ export class BulkAddItemsToCartDto {
@Type(() => AddItemToCartDto)
items!: AddItemToCartDto[];
}