TP-69871 | code refactor

This commit is contained in:
Ashish Deo
2024-08-09 18:44:49 +05:30
parent ec2a40ce0a
commit 38dc14963e
2 changed files with 1 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ API_URLS[ApiKeys.DUE_AMOUNT_SUMMARY] = '/collection-cases/{loanAccountNumber}/am
API_URLS[ApiKeys.FEE_WAIVER_HISTORY] = '/collection-cases/{loanAccountNumber}/waiver-history';
API_URLS[ApiKeys.FEE_WAIVER_V2] = '/loan/request/{loanAccountNumber}/adjust-component/v2';
API_URLS[ApiKeys.GET_PIN_CODES_DETAILS] = '/api/v1/pincodes/{pinCode}';
API_URLS[ApiKeys.SYNC_COSMOS_TO_LONGHORN] = '/sync/cosmos-sync';
API_URLS[ApiKeys.SYNC_COSMOS_TO_LONGHORN] = '/agent/cosmos-sync';
API_URLS[ApiKeys.CALL_CUSTOMER] = '/call-recording/call-request/{loanAccountNumber}/{telephoneReferenceId}';
API_URLS[ApiKeys.SYNC_ACTIVE_CALL_DETAILS] = '/call-recording/call-status';
API_URLS[ApiKeys.GET_CALL_HISTORY] = '/call-recording/call-history/{loanAccountNumber}';

View File

@@ -18,7 +18,6 @@ import TodoList from '../todoList/TodoList';
import { getAgentDetail } from '../../action/authActions';
import { CaptureGeolocation, DeviceLocation } from '@components/form/services/geoLocation.service';
import { setDeviceGeolocation } from '@reducers/foregroundServiceSlice';
import { GLOBAL } from '@constants/Global';
import CallingAgentRoutes from '../../miniModules/callingAgents/routes';
import NearbyCases from '@screens/allCases/NearbyCases';
import usePolling from '@hooks/usePolling';