From 356868c262683dba722e5792eb47e0059ed60cdc Mon Sep 17 00:00:00 2001 From: Fadli Date: Sat, 20 Aug 2022 23:40:58 +0700 Subject: [PATCH] - push logs for price not found --- src/product/history-price/history-price.service.ts | 2 ++ 1 file changed, 2 insertions(+) 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,