This commit is contained in:
Josh Harvey 2017-03-06 16:13:36 +02:00
parent 15678530fd
commit bd95a90097

View file

@ -25,7 +25,7 @@ function post (tx, pi) {
return db.tx(transaction) return db.tx(transaction)
.then(txVector => { .then(txVector => {
const [, newTx] = txVector const [, newTx] = txVector
postProcess(txVector, pi) return postProcess(txVector, pi)
.then(changes => update(newTx, changes)) .then(changes => update(newTx, changes))
}) })
} }