This commit is contained in:
Christopher Cookman 2025-09-01 03:02:03 -06:00
parent e22186771a
commit cdf5d860f3

View file

@ -224,6 +224,7 @@ router.post('/bulk-add', async (req, res) => { // Process bulk add of ACL entrie
];
if (Array.isArray(entry.Doors)) {
for (const door of entry.Doors) {
console.log(door)
fields.push(door);
placeholders.push('?');
values.push(1);