From d79193ae666718b9f541958db2cf454dfadf1f5a Mon Sep 17 00:00:00 2001 From: Sefinek Date: Sun, 2 Feb 2025 03:19:47 +0100 Subject: [PATCH] Update --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index 1ba99b3..3a25b6b 100644 --- a/index.js +++ b/index.js @@ -98,8 +98,7 @@ const reportIP = async (event, uri, country, hostname, endpoint, cycleErrorCount log(0, 'Loading data, please wait...'); // Sefinek API - await SefinekAPI(); - return; + // await SefinekAPI(); if (CONFIG.SEFINEK_API.REPORT_TO_SEFIN_API && CONFIG.SEFINEK_API.INTERVAL && CONFIG.SEFINEK_API.SECRET_TOKEN) { setInterval(SefinekAPI, CONFIG.SEFINEK_API.INTERVAL); }