This commit is contained in:
Christopher Cookman 2025-09-01 00:55:23 -06:00
parent 11ccdefa2b
commit dc13d2b782

View file

@ -52,7 +52,7 @@ router.put('/', async (req, res) => { // Attempt to create new ACL entry. Fail i
const placeholders = ['?', '?', '?', '?', '?'];
const values = [
data.Name || "Unknown/Not Set",
data.cardNumber,
cardNumber,
data.PIN || null,
data.StartDate || new Date(),
data.EndDate || new Date(new Date().setFullYear(new Date().getFullYear() + 99))