From 051363ed5f3d1602f8ecb06d66aa42569d025d70 Mon Sep 17 00:00:00 2001 From: nocci Date: Wed, 31 Dec 2025 12:57:39 +0000 Subject: [PATCH] chore: fix lint (no extra parens) in new epic claimer --- epic-claimer-new.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epic-claimer-new.js b/epic-claimer-new.js index 2f40ba8..9d8c08f 100644 --- a/epic-claimer-new.js +++ b/epic-claimer-new.js @@ -112,7 +112,7 @@ const getValidAuth = async ({ otpKey, reuseCookies, cookiesPath }) => { }; const ensureLoggedIn = async (page, context) => { - const isLoggedIn = async () => (await page.locator('egs-navigation').getAttribute('isloggedin')) === 'true'; + const isLoggedIn = async () => await page.locator('egs-navigation').getAttribute('isloggedin') === 'true'; const attemptAutoLogin = async () => { // Epic login form