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