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";