From 05d913b9a954ac55eff5aff06871df4648e6e6b0 Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Sat, 25 Oct 2025 16:39:06 +0330 Subject: [PATCH] fix : remove unused --- src/modules/product/providers/product.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/product/providers/product.service.ts b/src/modules/product/providers/product.service.ts index 7743b36..0741db2 100644 --- a/src/modules/product/providers/product.service.ts +++ b/src/modules/product/providers/product.service.ts @@ -31,7 +31,6 @@ import { AddIncredibleOffersParamDto } from "../../admin/DTO/product-param.dto"; import { BrandDTO } from "../../brand/DTO/brand.dto"; import { AttributeValueRepo, CategoryAttributeRepo, CategoryRepository } from "../../category/category.repository"; import { CategoryTreeDTO } from "../../category/DTO/category.dto"; -import { IAttributeValue } from "../../category/models/Abstraction/IAttributeValue"; import { NotificationService } from "../../notification/notification.service"; import { PricingRepository } from "../../pricing/pricing.repository"; import { SellerProductQueryDTO } from "../../seller/DTO/sellerProductQuery.dto";