💄 style(epic-claimer): remove unnecessary code
- delete unused screenshot function for cleaner code structure
This commit is contained in:
parent
c466458d41
commit
7df5c2e2fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue