diff --git a/src/product/history-price/history-price.service.ts b/src/product/history-price/history-price.service.ts index bba9fd4..bede062 100644 --- a/src/product/history-price/history-price.service.ts +++ b/src/product/history-price/history-price.service.ts @@ -70,6 +70,8 @@ export class ProductHistoryPriceService { } catch (e) { if (e instanceof EntityNotFoundError) { console.log("pricenotfound1", "msk") + console.log("pricenotfound1product", product) + console.log("pricenotfound1partner", partner) throw new HttpException( { statusCode: HttpStatus.NOT_FOUND,