diff --git a/src/controllers/product.js b/src/controllers/product.js index 534f913..6bad70c 100644 --- a/src/controllers/product.js +++ b/src/controllers/product.js @@ -1,7 +1,7 @@ import ProductService from '../services/product.js'; import translate from '../utils/translate.js'; import responseCodes from '../response/responseCodes.js'; - +import notify from '../utils/notify.js'; const TAG = "/controllers/product.js" class AbstractProductController {