💄 style(epic-claimer): remove unnecessary newline
Some checks failed
build-and-push / lint (push) Failing after 8s
build-and-push / sonar (push) Has been skipped
build-and-push / docker (push) Has been skipped

- delete extra newline for cleaner code structure
This commit is contained in:
nocci 2026-01-08 15:49:15 +00:00
parent 866f06e505
commit c466458d41

View file

@ -23,7 +23,6 @@ const BEARER_TOKEN_NAME = 'EPIC_BEARER_TOKEN';
// Screenshot Helper Function // Screenshot Helper Function
const screenshot = (...a) => path.resolve(cfg.dir.screenshots, 'epic-games', ...a); const screenshot = (...a) => path.resolve(cfg.dir.screenshots, 'epic-games', ...a);
// Fetch Free Games from API // Fetch Free Games from API
const fetchFreeGamesAPI = async () => { const fetchFreeGamesAPI = async () => {
const resp = await axios.get('https://store-site-backend-static-ipv4.ak.epicgames.com/freeGamesPromotions', { const resp = await axios.get('https://store-site-backend-static-ipv4.ak.epicgames.com/freeGamesPromotions', {