diff --git a/app/controllers/credit.policy.controller.js b/app/controllers/credit.policy.controller.js index f110a0d..1dd02f2 100644 --- a/app/controllers/credit.policy.controller.js +++ b/app/controllers/credit.policy.controller.js @@ -35,7 +35,7 @@ const policyHelper = require('../services/policy.helper'); { try { - AdjustableTang.findAll({ where : { id : 1 , is_active : 1}}).then(data => + AdjustableTang.findAll({ where : { is_active : 1}}).then(data => { res.send({'status':200,'message':"success",'data':data}); logMsg.info("Master Data List api call Success");