Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging
This commit is contained in:
commit
8009df499e
|
@ -70,6 +70,8 @@ export class ProductHistoryPriceService {
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (e instanceof EntityNotFoundError) {
|
if (e instanceof EntityNotFoundError) {
|
||||||
console.log("pricenotfound1", "msk")
|
console.log("pricenotfound1", "msk")
|
||||||
|
console.log("pricenotfound1product", product)
|
||||||
|
console.log("pricenotfound1partner", partner)
|
||||||
throw new HttpException(
|
throw new HttpException(
|
||||||
{
|
{
|
||||||
statusCode: HttpStatus.NOT_FOUND,
|
statusCode: HttpStatus.NOT_FOUND,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user