diff --git a/service/members_action.js b/service/members_action.js index 49d1f14..86202bf 100644 --- a/service/members_action.js +++ b/service/members_action.js @@ -18,6 +18,7 @@ var members_action = { result.rows.map( (rw)=>{ console.log(rw); 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;