From 84f488e456bbef8230e0b9b0c0fbefe827fb9960 Mon Sep 17 00:00:00 2001 From: Adrienne Rio Date: Tue, 26 Nov 2024 14:55:37 +0800 Subject: [PATCH] chore: make eslint happy --- src/javascript/_common/auth.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/javascript/_common/auth.js b/src/javascript/_common/auth.js index 1a90507fd67..0d87af10316 100644 --- a/src/javascript/_common/auth.js +++ b/src/javascript/_common/auth.js @@ -173,7 +173,7 @@ export const requestSingleSignOn = async () => { redirectCallbackUri: `${window.location.origin}/en/callback`, }); } - } + }; const isGrowthbookLoaded = Analytics.isGrowthbookLoaded(); if (!isGrowthbookLoaded) { @@ -185,7 +185,7 @@ export const requestSingleSignOn = async () => { _requestSingleSignOn(); clearInterval(interval); } - }, 500) + }, 500); } else { _requestSingleSignOn(); }