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