WIPP
This commit is contained in:
parent
15678530fd
commit
bd95a90097
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue