card return
This commit is contained in:
+6
-2
@@ -36,8 +36,12 @@ var cards = {
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
console.log(cardholder);
|
||||
let resultItem = {
|
||||
"result":cardholder,
|
||||
"total_record":0
|
||||
}
|
||||
next(null, resultItem); // pass control to the next handler
|
||||
// res.status(200).json(saveUser);
|
||||
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user