Alle anzeigen lassen

This commit is contained in:
cay 2026-03-27 13:01:19 +00:00
parent 38b355ebf2
commit 19287836a4

View File

@ -47,7 +47,7 @@ router.get('/', requireAdmin, async (req, res) => {
const period = req.query.period || currentPeriod();
const [runs] = await db.query(
'SELECT * FROM billing_runs ORDER BY created_at DESC LIMIT 10'
'SELECT * FROM billing_runs ORDER BY created_at DESC'
);
const [invoices] = await db.query(`