remived return
This commit is contained in:
@@ -30,11 +30,11 @@ var members_action = {
|
||||
|
||||
|
||||
|
||||
let resultItem ={
|
||||
"result": [],
|
||||
"total_record": 4
|
||||
}
|
||||
next(null, resultItem ); // pass control to the next handler
|
||||
// let resultItem ={
|
||||
// "result": [],
|
||||
// "total_record": 4
|
||||
// }
|
||||
// next(null, resultItem ); // pass control to the next handler
|
||||
},
|
||||
};
|
||||
module.exports = members_action;
|
||||
|
||||
Reference in New Issue
Block a user