Actually fetch the incomplete papramter from the request body
This commit is contained in:
parent
449bba1913
commit
6d9bff23c0
1 changed files with 1 additions and 1 deletions
|
|
@ -1189,7 +1189,7 @@ module.exports = async (
|
|||
lightning.listPayments(
|
||||
{
|
||||
// TODO
|
||||
include_incomplete: !!req.include_incomplete
|
||||
include_incomplete: !!req.body.include_incomplete
|
||||
},
|
||||
(err, { payments = [] } = {}) => {
|
||||
if (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue