handle double dispense WIP
This commit is contained in:
parent
adbd60b5a5
commit
1d323b0647
5 changed files with 107 additions and 3 deletions
|
|
@ -829,3 +829,11 @@ exports.fetchTx = function fetchTx (session) {
|
|||
exports.requestDispense = function requestDispense (session, tx) {
|
||||
return db.addDispenseRequest(session, tx)
|
||||
}
|
||||
|
||||
exports.cachedResponse = function (session, path, method) {
|
||||
return db.cachedResponse(session, path, method)
|
||||
}
|
||||
|
||||
exports.cacheResponse = function (session, path, method, body) {
|
||||
return db.cacheResponse(session, path, method, body)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue