remived return

This commit is contained in:
CHIEFSOFT\ameye
2024-12-21 14:28:47 -05:00
parent 0a124dadc9
commit a307958f29
+5 -5
View File
@@ -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;