From 5d23477ada6527dd20a7b5ef982f98fb6f8ee03f Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 1 Sep 2025 03:07:07 -0600 Subject: [PATCH] Test --- routes/acl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/acl.js b/routes/acl.js index 754bc03..61256c3 100644 --- a/routes/acl.js +++ b/routes/acl.js @@ -239,7 +239,7 @@ router.post('/bulk-add', async (req, res) => { // Process bulk add of ACL entrie results.push({ cardNumber, status: 'error', error: 'Internal server error' }); } } - + log.debug(`Bulk add results: ${JSON.stringify(results)}`); return res.sendStatus(201); });