We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3e2f7 commit 54b9ccfCopy full SHA for 54b9ccf
src/App.tsx
@@ -42,7 +42,6 @@ import {
42
} from './components/common'
43
import { UPDATE_AVAILABLE_TOAST_PROGRESS_BG, URLS } from './config'
44
import { validateToken } from './services/service'
45
-import { getCentralAPIHealth } from './utils'
46
47
const NavigationRoutes = lazy(() => import('./components/common/navigation/NavigationRoutes'))
48
const Login = lazy(() => import('./components/login/Login'))
@@ -179,8 +178,6 @@ export default function App() {
179
178
defaultRedirection()
180
}
181
182
- getCentralAPIHealth()
183
-
184
return () => {
185
navigator.serviceWorker.removeEventListener('controllerchange', handleControllerChange)
186
src/utils.tsx
0 commit comments