This commit is contained in:
2026-05-16 23:58:59 +03:30
parent 2a2c020627
commit 2d13a8bd9c
@@ -65,6 +65,9 @@ export class StatisticsService {
}, },
}, },
}, },
orderBy: {
created_at: 'desc',
},
}) })
return ResponseMapper.list(invoices.map(this.invoiceMapper)) return ResponseMapper.list(invoices.map(this.invoiceMapper))
} }