- push logs for price not found
This commit is contained in:
parent
4737ae9f3a
commit
356868c262
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user