This commit is contained in:
Josh Harvey 2016-07-30 11:28:23 +03:00
parent 3d9c95ba7f
commit 2e584c558d
3 changed files with 23 additions and 11 deletions

View file

@ -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) {