Skip to content

Commit

Permalink
CP-XXX: Handle Tracick Request Timeout Issue vol.2 (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarski authored Jul 30, 2024
1 parent 0a05bfb commit bd3fdb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const startInitializingApp = createAsyncThunk<
void,
{ state: ReduxRootState }
>(AppInitializationEvent.StartInitializingApp, async (_, { dispatch }) => {
await initAnalyticDataTracker()
void initAnalyticDataTracker()
await dispatch(loadSettings())
await dispatch(checkUpdateAvailable())
await dispatch(checkAppRequiresSerialPortGroup())
Expand Down

0 comments on commit bd3fdb7

Please sign in to comment.