Skip to content

Commit c5baafa

Browse files
committed
#RI-4838 - remove unused import
1 parent a4c1777 commit c5baafa

File tree

1 file changed

+1
-2
lines changed
  • redisinsight/ui/src/slices/oauth

1 file changed

+1
-2
lines changed

redisinsight/ui/src/slices/oauth/cloud.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { AxiosError } from 'axios'
33
import { remove } from 'lodash'
44
import { apiService, localStorageService } from 'uiSrc/services'
55
import { ApiEndpoints, BrowserStorageItem, Pages } from 'uiSrc/constants'
6-
import { getApiErrorMessage, getAxiosError, isStatusSuccessful, Nullable, parseCloudOAuthError } from 'uiSrc/utils'
6+
import { getApiErrorMessage, getAxiosError, isStatusSuccessful, Nullable } from 'uiSrc/utils'
77

88
import { CloudJobName, CloudJobStatus } from 'uiSrc/electron/constants'
99
import {
@@ -19,7 +19,6 @@ import { AppDispatch, RootState } from '../store'
1919
import {
2020
CloudCapiKey,
2121
CloudJobInfoState,
22-
CustomError,
2322
EnhancedAxiosError,
2423
Instance,
2524
OAuthSocialSource,

0 commit comments

Comments
 (0)