This commit is contained in:
boufni95 2025-06-10 19:35:03 +00:00
parent e11c2b35f0
commit 1819c6f614

View file

@ -277,7 +277,7 @@ export default class Handler {
total_fees: totalFees,
invoices: receivingInvoices.length,
operations: []
operations: req.include_operations ? operations : []
}
}