diff --git a/views/acl-bulk-add.ejs b/views/acl-bulk-add.ejs index 8267097..8a790e8 100644 --- a/views/acl-bulk-add.ejs +++ b/views/acl-bulk-add.ejs @@ -165,7 +165,7 @@ fetch('/acl/bulk-add', { method: 'POST', headers: { 'Content-Type': 'application/json' }, - body: JSON.stringify({ credentials, debugData: }) + body: JSON.stringify({ credentials }) }).then(res => { if (res.ok) { location.reload();