review extra call

This commit is contained in:
CHIEFSOFT\ameye
2024-12-21 17:13:56 -05:00
parent 62e7341ff6
commit 2c9df9222b
+4 -7
View File
@@ -18,6 +18,7 @@ var members_action = {
result.rows.map( (rw)=>{ result.rows.map( (rw)=>{
console.log(rw); console.log(rw);
console.log(rw["uid"]); console.log(rw["uid"]);
this.refreshActions();
}) })
} }
@@ -32,13 +33,9 @@ var members_action = {
} }
}); });
// let resultItem ={
// "result": [],
// "total_record": 4
// }
// next(null, resultItem ); // pass control to the next handler
}, },
updateSelection: async function (){
logger.info("Ameye-Called -The-Function")
}
}; };
module.exports = members_action; module.exports = members_action;