File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import Onyx from 'react-native-onyx' ;
22import type { OnyxEntry } from 'react-native-onyx' ;
33import SaveResponseInOnyx from '@libs/Middleware/SaveResponseInOnyx' ;
4+ import * as PersistedRequests from '@src/libs/actions/PersistedRequests' ;
45// This import is needed to initialize the Onyx connections that call replaceOptimisticReportWithActualReport
56import '@src/libs/actions/replaceOptimisticReportWithActualReport' ;
67import HttpUtils from '@src/libs/HttpUtils' ;
78import handleUnusedOptimisticID from '@src/libs/Middleware/HandleUnusedOptimisticID' ;
89import * as MainQueue from '@src/libs/Network/MainQueue' ;
910import * as NetworkStore from '@src/libs/Network/NetworkStore' ;
1011import * as SequentialQueue from '@src/libs/Network/SequentialQueue' ;
11- import * as PersistedRequests from '@src/libs/actions/PersistedRequests' ;
1212import * as Request from '@src/libs/Request' ;
1313import ONYXKEYS from '@src/ONYXKEYS' ;
1414import type { Report as OnyxReport , PersonalDetailsList } from '@src/types/onyx' ;
You can’t perform that action at this time.
0 commit comments