Skip to content

Commit 54b9ccf

Browse files
committed
feat: remove central api config from local storage
1 parent 5d3e2f7 commit 54b9ccf

File tree

2 files changed

+0
-52
lines changed

2 files changed

+0
-52
lines changed

src/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ import {
4242
} from './components/common'
4343
import { UPDATE_AVAILABLE_TOAST_PROGRESS_BG, URLS } from './config'
4444
import { validateToken } from './services/service'
45-
import { getCentralAPIHealth } from './utils'
4645

4746
const NavigationRoutes = lazy(() => import('./components/common/navigation/NavigationRoutes'))
4847
const Login = lazy(() => import('./components/login/Login'))
@@ -179,8 +178,6 @@ export default function App() {
179178
defaultRedirection()
180179
}
181180

182-
getCentralAPIHealth()
183-
184181
return () => {
185182
navigator.serviceWorker.removeEventListener('controllerchange', handleControllerChange)
186183
}

src/utils.tsx

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)