chore: fix lint (no extra parens) in new epic claimer
All checks were successful
build-and-push / sonar (push) Successful in 12s
build-and-push / lint (push) Successful in 4s
build-and-push / docker (push) Successful in 1m13s

This commit is contained in:
nocci 2025-12-31 12:57:39 +00:00
parent 2908cbd1f5
commit 051363ed5f

View file

@ -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