diff --git a/index.js b/index.js index 166831e..26e4c70 100644 --- a/index.js +++ b/index.js @@ -91,6 +91,7 @@ async function updateClients() { data: client }; + console.log(`Updating client ${client.name} with new IDs: ${updatedIds}`); return adguardFetch(API_ENDPOINTS.CLIENTS_UPDATE, 'POST', updateObj); } });