WIP
This commit is contained in:
parent
3d9c95ba7f
commit
2e584c558d
3 changed files with 23 additions and 11 deletions
|
|
@ -785,14 +785,12 @@ exports.fetchPhoneTx = function fetchPhoneTx (phone) {
|
|||
})
|
||||
}
|
||||
|
||||
exports.fetchTx = db.fetchTx
|
||||
|
||||
exports.requestDispense = function requestDispense (tx) {
|
||||
return db.addDispenseRequest(tx)
|
||||
}
|
||||
|
||||
exports.fetchTx = db.fetchTx
|
||||
exports.cachedResponse = db.cachedResponse
|
||||
|
||||
exports.cacheResponse = db.cacheResponse
|
||||
|
||||
function sweepHD (row) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue