adjustableTang api : suseendhiran

This commit is contained in:
suseendhiran17 2022-07-16 12:40:38 +05:30
parent f1e710a284
commit e51eed2ba3

View File

@ -35,7 +35,7 @@ const policyHelper = require('../services/policy.helper');
{ {
try 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}); res.send({'status':200,'message':"success",'data':data});
logMsg.info("Master Data List api call Success"); logMsg.info("Master Data List api call Success");