BUGFIX: no more [] as a response

This commit is contained in:
La Programmatrice Verde 2025-08-09 11:38:58 +02:00
parent 45aed9a8ec
commit c2c89bef4c

View File

@ -17,7 +17,6 @@ async function Monitoring() {
} }
async function Request() { async function Request() {
shared.setHosts([]);
var hosts = []; var hosts = [];
for (const element of hostIDs) { for (const element of hostIDs) {
var obj = { var obj = {