From f29d0096a4f09e3759064e01ae973619117d3f11 Mon Sep 17 00:00:00 2001 From: Lluis Date: Tue, 2 Apr 2024 18:53:36 +0200 Subject: [PATCH] undo removed console info log --- index.js | 1 + 1 file changed, 1 insertion(+) 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); } });