chore: fix lint (no extra parens) in new epic claimer
This commit is contained in:
parent
2908cbd1f5
commit
051363ed5f
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ const getValidAuth = async ({ otpKey, reuseCookies, cookiesPath }) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const ensureLoggedIn = async (page, context) => {
|
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 () => {
|
const attemptAutoLogin = async () => {
|
||||||
// Epic login form
|
// Epic login form
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue