From c466458d41324c2c390535f36edc2ac07f1ab845 Mon Sep 17 00:00:00 2001 From: nocci Date: Thu, 8 Jan 2026 15:49:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(epic-claimer):=20remove=20?= =?UTF-8?q?unnecessary=20newline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - delete extra newline for cleaner code structure --- epic-claimer-new.js | 1 - 1 file changed, 1 deletion(-) diff --git a/epic-claimer-new.js b/epic-claimer-new.js index 349a640..0c06ea6 100644 --- a/epic-claimer-new.js +++ b/epic-claimer-new.js @@ -23,7 +23,6 @@ const BEARER_TOKEN_NAME = 'EPIC_BEARER_TOKEN'; // Screenshot Helper Function const screenshot = (...a) => path.resolve(cfg.dir.screenshots, 'epic-games', ...a); - // Fetch Free Games from API const fetchFreeGamesAPI = async () => { const resp = await axios.get('https://store-site-backend-static-ipv4.ak.epicgames.com/freeGamesPromotions', {