Alle anzeigen lassen
This commit is contained in:
parent
38b355ebf2
commit
19287836a4
@ -47,7 +47,7 @@ router.get('/', requireAdmin, async (req, res) => {
|
|||||||
const period = req.query.period || currentPeriod();
|
const period = req.query.period || currentPeriod();
|
||||||
|
|
||||||
const [runs] = await db.query(
|
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(`
|
const [invoices] = await db.query(`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user