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

- delete unused screenshot function for cleaner code structure
This commit is contained in:
nocci 2026-01-08 15:49:56 +00:00
parent c466458d41
commit 7df5c2e2fe

View file

@ -21,7 +21,7 @@ const COOKIES_PATH = path.resolve(cfg.dir.browser, 'epic-cookies.json');
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 () => {