Commit 88abfd1f authored by alish's avatar alish
Browse files

feat: comment for investigate a bug

parent e21ccbaa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -313,6 +313,7 @@ export class WarehousesOrdersService
			products: newProducts,
		});

		// TODO investigate why bellow function throw error when adding new product
		await this._updateProductCount(order, warehouseId);

		return order;