diff --git a/index.js b/index.js index e26ff5b..58ba2a0 100644 --- a/index.js +++ b/index.js @@ -49,6 +49,7 @@ async function compareAndSave(productsPrice) { for (const product of productsPrice) { sendMessage(`PoczÄ…tkowa cena **${product.name}**: ${product.price}`); } + console.log("First run completed"); isFirstRun = false; }