WIP
This commit is contained in:
parent
11b5958c60
commit
e7960c217c
3 changed files with 21 additions and 4 deletions
|
|
@ -759,4 +759,6 @@ exports.fetchTx = function fetchTx (session, status) {
|
|||
})
|
||||
}
|
||||
|
||||
exports.fetchTx = function fetchTx (session, status) {
|
||||
exports.requestDispense = function requestDispense (session, tx) {
|
||||
return db.addDispenseRequest(session.fingerprint, tx)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue