Test
This commit is contained in:
parent
11ccdefa2b
commit
dc13d2b782
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue