diff --git a/routes/billing.js b/routes/billing.js index 778c47e..97f7fc6 100644 --- a/routes/billing.js +++ b/routes/billing.js @@ -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(`