💄 style(epic-claimer): remove unnecessary newline
- delete extra newline for cleaner code structure
This commit is contained in:
parent
866f06e505
commit
c466458d41
1 changed files with 0 additions and 1 deletions
|
|
@ -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', {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue