diff --git a/src/product/product.service.ts b/src/product/product.service.ts index 532917e..c63420f 100644 --- a/src/product/product.service.ts +++ b/src/product/product.service.ts @@ -86,7 +86,7 @@ export class ProductService { //TODO : Handle Update Product productData.name = it[1]; productData.status = it[5] == 'active' ? 'ACTIVE' : 'NOT ACTIVE'; - + productData.sub_categories = it[2]; await this.productRepository.save(productData); //TODO : Handle History Price